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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-20 03:13:45 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-20 03:13:45 +0300
commit352d0af868a715cd1080bc01d16aad1397444e8c (patch)
tree2112517e102cdad2fa60f00476f3da1f7c208aa7
parent33049919652f529cf46fd72fe1e0f1a480fadc2d (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/dav/l10n/lt_LT.js6
-rw-r--r--apps/dav/l10n/lt_LT.json6
-rw-r--r--apps/files/l10n/lt_LT.js2
-rw-r--r--apps/files/l10n/lt_LT.json2
-rw-r--r--apps/oauth2/l10n/lt_LT.js1
-rw-r--r--apps/oauth2/l10n/lt_LT.json1
-rw-r--r--apps/theming/l10n/fr.js5
-rw-r--r--apps/theming/l10n/fr.json5
-rw-r--r--lib/l10n/lt_LT.js1
-rw-r--r--lib/l10n/lt_LT.json1
10 files changed, 28 insertions, 2 deletions
diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js
index 4c3103ec516..de2bb8271f1 100644
--- a/apps/dav/l10n/lt_LT.js
+++ b/apps/dav/l10n/lt_LT.js
@@ -41,9 +41,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Kalendoriaus <strong>įvykis</strong> buvo pakeistas",
"A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo pakeista",
"Contact birthdays" : "Kontaktų gimtadieniai",
+ "Invitation updated" : "Pakvietimas atnaujintas",
+ "Description:" : "Aprašas:",
"Contacts" : "Kontaktai",
+ "WebDAV" : "WebDAV",
"Technical details" : "Techninė informacija",
"Remote Address: %s" : "Nuotolinis adresas: %s",
- "Request ID: %s" : "Užklausos ID: %s"
+ "Request ID: %s" : "Užklausos ID: %s",
+ "CalDAV server" : "CalDAV serveris"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/dav/l10n/lt_LT.json b/apps/dav/l10n/lt_LT.json
index 1893d8dc070..aaef0cceafa 100644
--- a/apps/dav/l10n/lt_LT.json
+++ b/apps/dav/l10n/lt_LT.json
@@ -39,9 +39,13 @@
"A calendar <strong>event</strong> was modified" : "Kalendoriaus <strong>įvykis</strong> buvo pakeistas",
"A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo pakeista",
"Contact birthdays" : "Kontaktų gimtadieniai",
+ "Invitation updated" : "Pakvietimas atnaujintas",
+ "Description:" : "Aprašas:",
"Contacts" : "Kontaktai",
+ "WebDAV" : "WebDAV",
"Technical details" : "Techninė informacija",
"Remote Address: %s" : "Nuotolinis adresas: %s",
- "Request ID: %s" : "Užklausos ID: %s"
+ "Request ID: %s" : "Užklausos ID: %s",
+ "CalDAV server" : "CalDAV serveris"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index 65188a76fc7..eb3fb593334 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Not enough free space" : "Trūksta laisvos vietos",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@@ -35,6 +36,7 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
"Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
"Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
+ "Could not copy \"{file}\"" : "Nepavyko nukopijuoti \"{file}\"",
"{newName} already exists" : "{newName} jau yra",
"Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti bylos \"{fileName}\", nes tokia byla neegzistuoja",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas \"{targetName}\" jau naudojamas aplanke \"{dir}\". Prašome pasirinkti kitokį pavadinimą.",
diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json
index 9b5eaec3d80..6da3263eb73 100644
--- a/apps/files/l10n/lt_LT.json
+++ b/apps/files/l10n/lt_LT.json
@@ -16,6 +16,7 @@
"Not enough free space" : "Trūksta laisvos vietos",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",
"Rename" : "Pervadinti",
@@ -33,6 +34,7 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
"Could not move \"{file}\", target exists" : "Nepavyko perkelti \"{file}\", toks jau egzistuoja",
"Could not move \"{file}\"" : "Nepavyko perkelti \"{file}\"",
+ "Could not copy \"{file}\"" : "Nepavyko nukopijuoti \"{file}\"",
"{newName} already exists" : "{newName} jau yra",
"Could not rename \"{fileName}\", it does not exist any more" : "Nepavyko pervadinti bylos \"{fileName}\", nes tokia byla neegzistuoja",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Pavadinimas \"{targetName}\" jau naudojamas aplanke \"{dir}\". Prašome pasirinkti kitokį pavadinimą.",
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js
index 5cd48493cef..2ae37aadf86 100644
--- a/apps/oauth2/l10n/lt_LT.js
+++ b/apps/oauth2/l10n/lt_LT.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
+ "OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 klientai",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 protokolas leidžia trečiųjų šalių programinei įrangai pasiekti šiuos jūsų duomenis: %s.",
"Name" : "Pavadinimas",
diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json
index 172346d68dd..b75c38f66d6 100644
--- a/apps/oauth2/l10n/lt_LT.json
+++ b/apps/oauth2/l10n/lt_LT.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 klientai",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 protokolas leidžia trečiųjų šalių programinei įrangai pasiekti šiuos jūsų duomenis: %s.",
"Name" : "Pavadinimas",
diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js
index d8d0f336a4d..b90ae2bbb6a 100644
--- a/apps/theming/l10n/fr.js
+++ b/apps/theming/l10n/fr.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Name cannot be empty" : "Le nom ne peut pas être vide",
"The given name is too long" : "Le nom donné est trop long",
"The given web address is too long" : "L'adresse web donnée est trop longue",
+ "The given legal notice address is too long" : "L'adresse de la notice légale donnée est trop longue",
"The given slogan is too long" : "Le slogan donné est trop long",
"The given color is invalid" : "La couleur donnée est invalide",
"The file was uploaded" : "Le fichier a été téléversé",
@@ -22,9 +23,12 @@ OC.L10N.register(
"Unsupported image type" : "Ce type d'image n'est pas pris en charge",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.",
"Theming" : "Personnaliser l'apparence",
+ "Legal notice" : "Notice légale",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Cette extension permet de personnaliser facilement l'apparence de votre instance et des clients supportés. La personnalisation de l'apparence sera visible par tous les utilisateurs.",
"Name" : "Nom",
"Reset to default" : "Restaurer les valeurs par défaut",
+ "Web link" : "Lien web",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Couleur",
"Logo" : "Logo",
@@ -33,6 +37,7 @@ OC.L10N.register(
"Upload new login background" : "Téléverser un nouvel arrière-plan de connexion",
"Remove background image" : "Supprimer l'image en arrière-plan",
"Advanced options" : "Options avancées",
+ "Legal notice link" : "Lien de la notice légale",
"Header logo" : "Logo d'en-tête",
"Upload new header logo" : "Téléverser un nouveau logo d'en-tête",
"Favicon" : "Favicon",
diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json
index d4f78ac1d4e..d427cdd4a1c 100644
--- a/apps/theming/l10n/fr.json
+++ b/apps/theming/l10n/fr.json
@@ -6,6 +6,7 @@
"Name cannot be empty" : "Le nom ne peut pas être vide",
"The given name is too long" : "Le nom donné est trop long",
"The given web address is too long" : "L'adresse web donnée est trop longue",
+ "The given legal notice address is too long" : "L'adresse de la notice légale donnée est trop longue",
"The given slogan is too long" : "Le slogan donné est trop long",
"The given color is invalid" : "La couleur donnée est invalide",
"The file was uploaded" : "Le fichier a été téléversé",
@@ -20,9 +21,12 @@
"Unsupported image type" : "Ce type d'image n'est pas pris en charge",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.",
"Theming" : "Personnaliser l'apparence",
+ "Legal notice" : "Notice légale",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Cette extension permet de personnaliser facilement l'apparence de votre instance et des clients supportés. La personnalisation de l'apparence sera visible par tous les utilisateurs.",
"Name" : "Nom",
"Reset to default" : "Restaurer les valeurs par défaut",
+ "Web link" : "Lien web",
+ "https://…" : "https://…",
"Slogan" : "Slogan",
"Color" : "Couleur",
"Logo" : "Logo",
@@ -31,6 +35,7 @@
"Upload new login background" : "Téléverser un nouvel arrière-plan de connexion",
"Remove background image" : "Supprimer l'image en arrière-plan",
"Advanced options" : "Options avancées",
+ "Legal notice link" : "Lien de la notice légale",
"Header logo" : "Logo d'en-tête",
"Upload new header logo" : "Téléverser un nouveau logo d'en-tête",
"Favicon" : "Favicon",
diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js
index bbb21d08f9b..108fbbdbecb 100644
--- a/lib/l10n/lt_LT.js
+++ b/lib/l10n/lt_LT.js
@@ -53,6 +53,7 @@ OC.L10N.register(
"Redis" : "Redis",
"Create" : "Sukurti",
"Delete" : "Ištrinti",
+ "Overview" : "Apžvalga",
"Basic settings" : "Pagrindiniai nustatymai",
"Sharing" : "Dalijimasis",
"Security" : "Saugumas",
diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json
index c0d64e18e24..73127879195 100644
--- a/lib/l10n/lt_LT.json
+++ b/lib/l10n/lt_LT.json
@@ -51,6 +51,7 @@
"Redis" : "Redis",
"Create" : "Sukurti",
"Delete" : "Ištrinti",
+ "Overview" : "Apžvalga",
"Basic settings" : "Pagrindiniai nustatymai",
"Sharing" : "Dalijimasis",
"Security" : "Saugumas",