summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-30 01:55:06 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-30 01:55:06 -0500
commitf4d20dc1f30d4ab4748166956fcacdaeb0773e75 (patch)
tree77568458e7fa2e159f1a8182ebc7b2e43de766a0 /settings/l10n
parent24fc1c751ac1521ef02540bbf6d4d8fefc393b39 (diff)
downloadnextcloud-server-f4d20dc1f30d4ab4748166956fcacdaeb0773e75.tar.gz
nextcloud-server-f4d20dc1f30d4ab4748166956fcacdaeb0773e75.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/cs_CZ.js1
-rw-r--r--settings/l10n/cs_CZ.json1
-rw-r--r--settings/l10n/en_GB.js1
-rw-r--r--settings/l10n/en_GB.json1
-rw-r--r--settings/l10n/fr.js2
-rw-r--r--settings/l10n/fr.json2
-rw-r--r--settings/l10n/ja.js2
-rw-r--r--settings/l10n/ja.json2
-rw-r--r--settings/l10n/tr.js3
-rw-r--r--settings/l10n/tr.json3
10 files changed, 14 insertions, 4 deletions
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index 34e4cb2b11e..f7f557e303a 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -87,6 +87,7 @@ OC.L10N.register(
"never" : "nikdy",
"deleted {userName}" : "smazán {userName}",
"add group" : "přidat skupinu",
+ "Changing the password will result in data loss, because data recovery is not available for this user" : "Změna hesla bude mít za následek ztrátu dat, protože jejich obnova není pro tohoto uživatele dostupná.",
"A valid username must be provided" : "Musíte zadat platné uživatelské jméno",
"Error creating user" : "Chyba při vytváření užiatele",
"A valid password must be provided" : "Musíte zadat platné heslo",
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index 2f2b3d2e5ea..fa121de7233 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -85,6 +85,7 @@
"never" : "nikdy",
"deleted {userName}" : "smazán {userName}",
"add group" : "přidat skupinu",
+ "Changing the password will result in data loss, because data recovery is not available for this user" : "Změna hesla bude mít za následek ztrátu dat, protože jejich obnova není pro tohoto uživatele dostupná.",
"A valid username must be provided" : "Musíte zadat platné uživatelské jméno",
"Error creating user" : "Chyba při vytváření užiatele",
"A valid password must be provided" : "Musíte zadat platné heslo",
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js
index 57af3b1a230..3d445586a62 100644
--- a/settings/l10n/en_GB.js
+++ b/settings/l10n/en_GB.js
@@ -87,6 +87,7 @@ OC.L10N.register(
"never" : "never",
"deleted {userName}" : "deleted {userName}",
"add group" : "add group",
+ "Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user",
"A valid username must be provided" : "A valid username must be provided",
"Error creating user" : "Error creating user",
"A valid password must be provided" : "A valid password must be provided",
diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json
index 0264878ad0a..9119c4521d7 100644
--- a/settings/l10n/en_GB.json
+++ b/settings/l10n/en_GB.json
@@ -85,6 +85,7 @@
"never" : "never",
"deleted {userName}" : "deleted {userName}",
"add group" : "add group",
+ "Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user",
"A valid username must be provided" : "A valid username must be provided",
"Error creating user" : "Error creating user",
"A valid password must be provided" : "A valid password must be provided",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index af8c4abec7d..0af0a7afaf5 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -184,7 +184,7 @@ OC.L10N.register(
"Documentation:" : "Documentation :",
"User Documentation" : "Documentation utilisateur",
"Admin Documentation" : "Documentation administrateur",
- "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites:",
+ "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
"Update to %s" : "Mettre à niveau vers la version %s",
"Enable only for specific groups" : "Activer uniquement pour certains groupes",
"Uninstall App" : "Désinstaller l'application",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index d033844ab52..780954b4472 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -182,7 +182,7 @@
"Documentation:" : "Documentation :",
"User Documentation" : "Documentation utilisateur",
"Admin Documentation" : "Documentation administrateur",
- "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites:",
+ "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
"Update to %s" : "Mettre à niveau vers la version %s",
"Enable only for specific groups" : "Activer uniquement pour certains groupes",
"Uninstall App" : "Désinstaller l'application",
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js
index 83d6ed21652..2adf0015f8b 100644
--- a/settings/l10n/ja.js
+++ b/settings/l10n/ja.js
@@ -196,7 +196,7 @@ OC.L10N.register(
"Desktop client" : "デスクトップクライアント",
"Android app" : "Androidアプリ",
"iOS app" : "iOSアプリ",
- "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "もしプロジェクトをサポートしていただけるなら、\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">開発に参加する</a>\n\t\t、もしくは\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">プロジェクトを広く伝えてください</a>!",
+ "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "プロジェクトをサポートしていただけるなら、\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">開発に参加する</a>\n\t\t、もしくは\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">プロジェクトを広く伝えてください</a>!",
"Show First Run Wizard again" : "初回ウィザードを再表示する",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "現在 <strong>%s</strong> / <strong>%s</strong> を利用しています",
"Password" : "パスワード",
diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json
index cca150fef7b..d1b261c6559 100644
--- a/settings/l10n/ja.json
+++ b/settings/l10n/ja.json
@@ -194,7 +194,7 @@
"Desktop client" : "デスクトップクライアント",
"Android app" : "Androidアプリ",
"iOS app" : "iOSアプリ",
- "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "もしプロジェクトをサポートしていただけるなら、\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">開発に参加する</a>\n\t\t、もしくは\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">プロジェクトを広く伝えてください</a>!",
+ "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "プロジェクトをサポートしていただけるなら、\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">開発に参加する</a>\n\t\t、もしくは\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">プロジェクトを広く伝えてください</a>!",
"Show First Run Wizard again" : "初回ウィザードを再表示する",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" : "現在 <strong>%s</strong> / <strong>%s</strong> を利用しています",
"Password" : "パスワード",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 9c0d78265e1..3b874a4d886 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -115,6 +115,7 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.",
"Database Performance Info" : "Veritabanı Başarım Bilgisi",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'",
+ "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için Linux'ü daha çok öneririz.",
"Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
"PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil",
@@ -207,9 +208,11 @@ OC.L10N.register(
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
"Full Name" : "Tam Adı",
+ "No display name set" : "Ekran adı ayarlanmadı",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
"Fill in an email address to enable password recovery and receive notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin",
+ "No email address set" : "E-posta adresi ayarlanmadı",
"Profile picture" : "Profil resmi",
"Upload new" : "Yeni yükle",
"Select new from Files" : "Dosyalardan seç",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index fe1d7871fe2..61e8e57e7e1 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -113,6 +113,7 @@
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.",
"Database Performance Info" : "Veritabanı Başarım Bilgisi",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'",
+ "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için Linux'ü daha çok öneririz.",
"Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
"PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil",
@@ -205,9 +206,11 @@
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
"Full Name" : "Tam Adı",
+ "No display name set" : "Ekran adı ayarlanmadı",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
"Fill in an email address to enable password recovery and receive notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin",
+ "No email address set" : "E-posta adresi ayarlanmadı",
"Profile picture" : "Profil resmi",
"Upload new" : "Yeni yükle",
"Select new from Files" : "Dosyalardan seç",