aboutsummaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-01 01:55:00 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-01 01:55:00 -0400
commitff8980d59cd3976b51ac9b9ae8ae04c6b1aa929a (patch)
treeff80abf1a1a6f60246e6c5a37ffb9907c07d2a76 /core/l10n
parent3a7ad79505e749307e8254f20a2273dd1309b848 (diff)
downloadnextcloud-server-ff8980d59cd3976b51ac9b9ae8ae04c6b1aa929a.tar.gz
nextcloud-server-ff8980d59cd3976b51ac9b9ae8ae04c6b1aa929a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/fr.js9
-rw-r--r--core/l10n/fr.json9
-rw-r--r--core/l10n/th_TH.js9
-rw-r--r--core/l10n/th_TH.json9
4 files changed, 24 insertions, 12 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 76ee7b7a268..7e0d33ffd0e 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -27,6 +27,11 @@ OC.L10N.register(
"Error unfavoriting" : "Erreur lors de la suppression des favoris",
"Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s",
"Preparing update" : "Préparation de la mise à jour",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair warning: " : "Avertissement de réparation :",
+ "Repair error: " : "Erreur de réparation :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en lignes de commandes, la mise à jour automatique est désactivée dans config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Vérification de la table %s",
"Turned on maintenance mode" : "Mode de maintenance activé",
"Turned off maintenance mode" : "Mode de maintenance désactivé",
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
@@ -38,8 +43,6 @@ OC.L10N.register(
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps selon la taille de la base de données)",
"Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
"Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s",
- "Repair warning: " : "Avertissement de réparation :",
- "Repair error: " : "Erreur de réparation :",
"Set log level to debug" : "Réglage du niveau de log à \"debug\"",
"Reset log level" : "Réinitialisation du niveau de journalisation",
"Starting code integrity check" : "Lancement de la vérification d'intégrité du code",
@@ -306,6 +309,8 @@ OC.L10N.register(
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les timeouts avec les installations de volume conséquent, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :",
"Detailed logs" : "Journaux détaillés",
"Update needed" : "Mise à jour nécessaire",
+ "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en lignes de commandes, votre instance est trop volumineuse.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pour obtenir de l'aide, lisez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.",
"This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible."
},
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 3bfa9a1ba2a..5177b50e902 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -25,6 +25,11 @@
"Error unfavoriting" : "Erreur lors de la suppression des favoris",
"Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s",
"Preparing update" : "Préparation de la mise à jour",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair warning: " : "Avertissement de réparation :",
+ "Repair error: " : "Erreur de réparation :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en lignes de commandes, la mise à jour automatique est désactivée dans config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Vérification de la table %s",
"Turned on maintenance mode" : "Mode de maintenance activé",
"Turned off maintenance mode" : "Mode de maintenance désactivé",
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
@@ -36,8 +41,6 @@
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps selon la taille de la base de données)",
"Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
"Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s",
- "Repair warning: " : "Avertissement de réparation :",
- "Repair error: " : "Erreur de réparation :",
"Set log level to debug" : "Réglage du niveau de log à \"debug\"",
"Reset log level" : "Réinitialisation du niveau de journalisation",
"Starting code integrity check" : "Lancement de la vérification d'intégrité du code",
@@ -304,6 +307,8 @@
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les timeouts avec les installations de volume conséquent, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :",
"Detailed logs" : "Journaux détaillés",
"Update needed" : "Mise à jour nécessaire",
+ "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en lignes de commandes, votre instance est trop volumineuse.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pour obtenir de l'aide, lisez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.",
"This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js
index d159938a165..c6157dc8556 100644
--- a/core/l10n/th_TH.js
+++ b/core/l10n/th_TH.js
@@ -98,6 +98,7 @@ OC.L10N.register(
"Dec." : "ธ.ค.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">มีปัญหาเกี่ยวกับการตรวจสอบความสมบูรณ์ของรหัส รายละเอียดเพิ่มเติม...</a>",
"Settings" : "ตั้งค่า",
+ "Problem loading page, reloading in 5 seconds" : "เกิดปัญหาขณะโหลดหน้าเว็บ จะรีโหลดหน้าเว็บภายใน 5 วินาที",
"Saving..." : "กำลังบันทึกข้อมูล...",
"Dismiss" : "ยกเลิก",
"seconds ago" : "วินาที ก่อนหน้านี้",
@@ -114,10 +115,10 @@ OC.L10N.register(
"read-only" : "อ่านอย่างเดียว",
"_{count} file conflict_::_{count} file conflicts_" : ["ไฟล์มีปัญหา {count} ไฟล์"],
"One file conflict" : "มีหนึ่งไฟล์ที่มีปัญหา",
- "New Files" : "ไฟล์ใหม่",
- "Already existing files" : "มีไฟล์อยู่แล้ว",
+ "New Files" : "วางทับไฟล์เดิม",
+ "Already existing files" : "เขียนไฟล์ใหม่",
"Which files do you want to keep?" : "คุณต้องการเก็บไฟล์?",
- "If you select both versions, the copied file will have a number added to its name." : "หากคุณเลือกทั้งสองรุ่น การคัดลอกไฟล์จะเพิ่มจำนวนไปยังชื่อของมัน",
+ "If you select both versions, the copied file will have a number added to its name." : "เลือกวางทับไฟล์เดิมหรือ เขียนไฟล์ใหม่จะเพิ่มตัวเลขไปยังชื่อของมัน",
"Cancel" : "ยกเลิก",
"Continue" : "ดำเนินการต่อ",
"(all selected)" : "(เลือกทั้งหมด)",
@@ -149,7 +150,7 @@ OC.L10N.register(
"Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลที่ซ้ำกัน",
"Share link" : "แชร์ลิงค์",
"Link" : "ลิงค์",
- "Password protect" : "รหัสผ่านป้องกัน",
+ "Password protect" : "ป้องกันด้วยรหัสผ่าน",
"Password" : "รหัสผ่าน",
"Allow editing" : "อนุญาตให้แก้ไข",
"Email link to person" : "ส่งลิงก์ให้ทางอีเมล",
diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json
index fdc1d15de07..a9fe8615b8c 100644
--- a/core/l10n/th_TH.json
+++ b/core/l10n/th_TH.json
@@ -96,6 +96,7 @@
"Dec." : "ธ.ค.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">มีปัญหาเกี่ยวกับการตรวจสอบความสมบูรณ์ของรหัส รายละเอียดเพิ่มเติม...</a>",
"Settings" : "ตั้งค่า",
+ "Problem loading page, reloading in 5 seconds" : "เกิดปัญหาขณะโหลดหน้าเว็บ จะรีโหลดหน้าเว็บภายใน 5 วินาที",
"Saving..." : "กำลังบันทึกข้อมูล...",
"Dismiss" : "ยกเลิก",
"seconds ago" : "วินาที ก่อนหน้านี้",
@@ -112,10 +113,10 @@
"read-only" : "อ่านอย่างเดียว",
"_{count} file conflict_::_{count} file conflicts_" : ["ไฟล์มีปัญหา {count} ไฟล์"],
"One file conflict" : "มีหนึ่งไฟล์ที่มีปัญหา",
- "New Files" : "ไฟล์ใหม่",
- "Already existing files" : "มีไฟล์อยู่แล้ว",
+ "New Files" : "วางทับไฟล์เดิม",
+ "Already existing files" : "เขียนไฟล์ใหม่",
"Which files do you want to keep?" : "คุณต้องการเก็บไฟล์?",
- "If you select both versions, the copied file will have a number added to its name." : "หากคุณเลือกทั้งสองรุ่น การคัดลอกไฟล์จะเพิ่มจำนวนไปยังชื่อของมัน",
+ "If you select both versions, the copied file will have a number added to its name." : "เลือกวางทับไฟล์เดิมหรือ เขียนไฟล์ใหม่จะเพิ่มตัวเลขไปยังชื่อของมัน",
"Cancel" : "ยกเลิก",
"Continue" : "ดำเนินการต่อ",
"(all selected)" : "(เลือกทั้งหมด)",
@@ -147,7 +148,7 @@
"Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลที่ซ้ำกัน",
"Share link" : "แชร์ลิงค์",
"Link" : "ลิงค์",
- "Password protect" : "รหัสผ่านป้องกัน",
+ "Password protect" : "ป้องกันด้วยรหัสผ่าน",
"Password" : "รหัสผ่าน",
"Allow editing" : "อนุญาตให้แก้ไข",
"Email link to person" : "ส่งลิงก์ให้ทางอีเมล",