Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa851659d93af77de9f8198b8a54c8f962d8117e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
OC.L10N.register(
    "external",
    {
    "Select an icon" : "Select an icon",
    "All languages" : "All languages",
    "Header" : "Header",
    "Setting menu" : "Setting menu",
    "User quota" : "User quota",
    "Public footer" : "Public footer",
    "All devices" : "All devices",
    "Only in the Android app" : "Only in the Android app",
    "Only in the iOS app" : "Only in the iOS app",
    "Only in the desktop client" : "Only in the desktop client",
    "Only in the browser" : "Only in the browser",
    "The given label is invalid" : "The given label is invalid",
    "The given URL is invalid" : "The given URL is invalid",
    "The given language does not exist" : "The given language does not exist",
    "The given type is invalid" : "The given type is invalid",
    "The given device is invalid" : "The given device is invalid",
    "At least one of the given groups does not exist" : "At least one of the given groups does not exist",
    "The given icon does not exist" : "The given icon does not exist",
    "The site does not exist" : "The site does not exist",
    "No file uploaded" : "No file uploaded",
    "Provided file is not an image" : "Provided file is not an image",
    "Provided image is not a square of 16, 24 or 32 pixels width" : "Provided image is not a square of 16, 24 or 32 pixels width",
    "An error occurred while uploading the icon, please make sure the data directory is writable" : "An error occurred while uploading the icon, please make sure the data directory is writable",
    "External sites" : "External sites",
    "__language_name__" : "English (British English)",
    "Add external sites to your Nextcloud navigation" : "Add external sites to your Nextcloud navigation",
    "This application allows an admin to add additional links into the Nextcloud menus.\nFollowing a link, the external website appears in the Nextcloud frame.\nIt is also possible to add links only for a given language, device type or user group.\n\nMore information is available in the External sites documentation." : "This application allows an admin to add additional links into the Nextcloud menus.\nFollowing a link, the external website appears in the Nextcloud frame.\nIt is also possible to add links only for a given language, device type or user group.\n\nMore information is available in the External sites documentation.",
    "Name" : "Name",
    "URL" : "URL",
    "Language" : "Language",
    "Groups" : "Groups",
    "Devices" : "Devices",
    "Icon" : "Icon",
    "Position" : "Position",
    "Redirect" : "Redirect",
    "Remove site" : "Remove site",
    "This site does not allow embedding" : "This site does not allow embedding",
    "New site" : "New site",
    "Delete icon" : "Delete icon",
    "Uploading…" : "Uploading…",
    "Reloading icon list…" : "Reloading icon list…",
    "Icon could not be uploaded" : "Icon could not be uploaded",
    "Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites." : "Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites.",
    "The placeholders {email}, {uid} and {displayname} can be used and are filled with the user´s values to customize the links." : "The placeholders {email}, {uid} and {displayname} can be used and are filled with the user´s values to customize the links.",
    "Please note that some browsers will block displaying of sites via HTTP if you are running HTTPS." : "Please note that some browsers will block displaying of sites via HTTP if you are running HTTPS.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Furthermore please note that many sites these days disallow iframing due to security reasons.",
    "We highly recommend to test the configured sites above properly." : "We highly recommend to test the configured sites above properly.",
    "Icons" : "Icons",
    "If you upload a test.png and a test-dark.png file, both will be used as one icon. The dark version will be used on mobile devices, otherwise the white icon is not visible on the white background in the mobile apps." : "If you upload a test.png and a test-dark.png file, both will be used as one icon. The dark version will be used on mobile devices, otherwise the white icon is not visible on the white background in the mobile apps.",
    "Uploading an icon with the same name will replace the current icon." : "Uploading an icon with the same name will replace the current icon.",
    "Upload new icon" : "Upload new icon"
},
"nplurals=2; plural=(n != 1);");