diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-31 01:54:33 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-31 01:54:33 -0500 |
commit | 573be9092d088929eb307427a810ddaab7801f89 (patch) | |
tree | 8b69634035da4fad95feabed6a015a0b5c2732cc /lib | |
parent | c16cb74ba2c8cbd51db3f4e12aa1d69416932475 (diff) | |
download | nextcloud-server-573be9092d088929eb307427a810ddaab7801f89.tar.gz nextcloud-server-573be9092d088929eb307427a810ddaab7801f89.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/bs.js | 5 | ||||
-rw-r--r-- | lib/l10n/bs.json | 5 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 2 | ||||
-rw-r--r-- | lib/l10n/ja.js | 5 | ||||
-rw-r--r-- | lib/l10n/ja.json | 5 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 1 |
8 files changed, 26 insertions, 0 deletions
diff --git a/lib/l10n/bs.js b/lib/l10n/bs.js index de60b71a8ff..96f92d37158 100644 --- a/lib/l10n/bs.js +++ b/lib/l10n/bs.js @@ -1,6 +1,11 @@ OC.L10N.register( "lib", { + "Help" : "Pomoć", + "Personal" : "Osobno", + "Settings" : "Postavke", + "Users" : "Korisnici", + "Admin" : "Admin", "Unknown filetype" : "Nepoznat tip datoteke", "Invalid image" : "Nevažeća datoteka", "_%n day ago_::_%n days ago_" : ["","",""], diff --git a/lib/l10n/bs.json b/lib/l10n/bs.json index 9e8570d9291..0a93aa95103 100644 --- a/lib/l10n/bs.json +++ b/lib/l10n/bs.json @@ -1,4 +1,9 @@ { "translations": { + "Help" : "Pomoć", + "Personal" : "Osobno", + "Settings" : "Postavke", + "Users" : "Korisnici", + "Admin" : "Admin", "Unknown filetype" : "Nepoznat tip datoteke", "Invalid image" : "Nevažeća datoteka", "_%n day ago_::_%n days ago_" : ["","",""], diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 52df26e8bf9..c38e02fb308 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -77,6 +77,7 @@ OC.L10N.register( "Set an admin password." : "Set an admin password.", "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "%s shared »%s« with you" : "%s shared \"%s\" with you", + "Sharing %s failed, because the backend does not allow shares from type %i" : "Sharing %s failed, because the backend does not allow shares from type %i", "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", "You are not allowed to share %s" : "You are not allowed to share %s", "Sharing %s failed, because the user %s is the item owner" : "Sharing %s failed, because the user %s is the item owner", @@ -87,6 +88,7 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", "You need to provide a password to create a public link, only protected links are allowed" : "You need to provide a password to create a public link, only protected links are allowed", "Sharing %s failed, because sharing with links is not allowed" : "Sharing %s failed, because sharing with links is not allowed", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", "Share type %s is not valid for %s" : "Share type %s is not valid for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 77a5b6af9d5..9a59493491f 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -75,6 +75,7 @@ "Set an admin password." : "Set an admin password.", "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "%s shared »%s« with you" : "%s shared \"%s\" with you", + "Sharing %s failed, because the backend does not allow shares from type %i" : "Sharing %s failed, because the backend does not allow shares from type %i", "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", "You are not allowed to share %s" : "You are not allowed to share %s", "Sharing %s failed, because the user %s is the item owner" : "Sharing %s failed, because the user %s is the item owner", @@ -85,6 +86,7 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", "You need to provide a password to create a public link, only protected links are allowed" : "You need to provide a password to create a public link, only protected links are allowed", "Sharing %s failed, because sharing with links is not allowed" : "Sharing %s failed, because sharing with links is not allowed", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", "Share type %s is not valid for %s" : "Share type %s is not valid for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 4c551827289..0d52b2c28e6 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -11,6 +11,9 @@ OC.L10N.register( "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", + "The library %s is not available." : " %s ライブラリーが利用できません。", + "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。", + "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。", "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", "ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。", "ownCloud with a version lower than %s is required." : "ownCloud %s 以下が必要です。", @@ -74,6 +77,7 @@ OC.L10N.register( "Set an admin password." : "管理者のパスワードを設定。", "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません", "%s shared »%s« with you" : "%sが あなたと »%s«を共有しました", + "Sharing %s failed, because the backend does not allow shares from type %i" : "%s の共有に失敗しました。%i タイプからの共有は許可されていないからです。", "Sharing %s failed, because the file does not exist" : "%s の共有に失敗しました。そのようなファイルは存在しないからです。", "You are not allowed to share %s" : "%s を共有することを許可されていません。", "Sharing %s failed, because the user %s is the item owner" : "%s の共有に失敗しました。ユーザー %s がアイテム所有者です。", @@ -84,6 +88,7 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s の共有に失敗しました。%s は、グループ %s のメンバーではありません。", "You need to provide a password to create a public link, only protected links are allowed" : "公開用リンクの作成にはパスワードの設定が必要です", "Sharing %s failed, because sharing with links is not allowed" : "%s の共有に失敗しました。リンクでの共有は許可されていません。", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s の共有に失敗しました。%s が見つかりませんでした。現在サーバーに接続できないようです。", "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", "Setting permissions for %s failed, because the item was not found" : "%s の権限設定に失敗しました。アイテムが存在しません。", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index b62a15e6f3c..c33f9f2419d 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -9,6 +9,9 @@ "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", + "The library %s is not available." : " %s ライブラリーが利用できません。", + "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。", + "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。", "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", "ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。", "ownCloud with a version lower than %s is required." : "ownCloud %s 以下が必要です。", @@ -72,6 +75,7 @@ "Set an admin password." : "管理者のパスワードを設定。", "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません", "%s shared »%s« with you" : "%sが あなたと »%s«を共有しました", + "Sharing %s failed, because the backend does not allow shares from type %i" : "%s の共有に失敗しました。%i タイプからの共有は許可されていないからです。", "Sharing %s failed, because the file does not exist" : "%s の共有に失敗しました。そのようなファイルは存在しないからです。", "You are not allowed to share %s" : "%s を共有することを許可されていません。", "Sharing %s failed, because the user %s is the item owner" : "%s の共有に失敗しました。ユーザー %s がアイテム所有者です。", @@ -82,6 +86,7 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s の共有に失敗しました。%s は、グループ %s のメンバーではありません。", "You need to provide a password to create a public link, only protected links are allowed" : "公開用リンクの作成にはパスワードの設定が必要です", "Sharing %s failed, because sharing with links is not allowed" : "%s の共有に失敗しました。リンクでの共有は許可されていません。", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s の共有に失敗しました。%s が見つかりませんでした。現在サーバーに接続できないようです。", "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", "Setting permissions for %s failed, because the item was not found" : "%s の権限設定に失敗しました。アイテムが存在しません。", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 813162ff8fd..1fa04277511 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -6,6 +6,7 @@ OC.L10N.register( "Settings" : "設定", "Users" : "用戶", "Admin" : "管理", + "Recommended" : "建議", "today" : "今日", "yesterday" : "昨日", "_%n day ago_::_%n days ago_" : [""], diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index e78d70ea20e..3ad83045700 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -4,6 +4,7 @@ "Settings" : "設定", "Users" : "用戶", "Admin" : "管理", + "Recommended" : "建議", "today" : "今日", "yesterday" : "昨日", "_%n day ago_::_%n days ago_" : [""], |