Skip to content
Snippets Groups Projects
Commit 573be909 authored by Jenkins for ownCloud's avatar Jenkins for ownCloud
Browse files

[tx-robot] updated from transifex

parent c16cb74b
Branches
No related tags found
No related merge requests found
Showing
with 144 additions and 24 deletions
OC.L10N.register( OC.L10N.register(
"files", "files",
{ {
"Unknown error" : "Nepoznata greška",
"File name cannot be empty." : "Naziv datoteke ne može biti prazan",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dopušteni.",
"No file was uploaded. Unknown error" : "Nijedna datoteka nije učitana. Nepoznata greška.",
"There is no error, the file uploaded with success" : "Nema greške, datoteka uspješno učitana.",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedene u HTML formi",
"The uploaded file was only partially uploaded" : "Učitana datoteka je samo djelomično učitana",
"No file was uploaded" : "Nijedna datoteka nije učitana.",
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
"Failed to write to disk" : "Zapisivanje na disk nije uspjelo.",
"Not enough storage available" : "Prostor za pohranu je nedovoljan",
"Favorites" : "Favoriti",
"Home" : "Kućni",
"Delete" : "Izbriši",
"Unshare" : "Prestani dijeliti",
"Error" : "Greška",
"Name" : "Ime", "Name" : "Ime",
"Size" : "Veličina", "Size" : "Veličina",
"_%n folder_::_%n folders_" : ["","",""], "_%n folder_::_%n folders_" : ["","",""],
"_%n file_::_%n files_" : ["","",""], "_%n file_::_%n files_" : ["","",""],
"_Uploading %n file_::_Uploading %n files_" : ["","",""], "_Uploading %n file_::_Uploading %n files_" : ["","",""],
"Favorite" : "Favorit",
"Upload (max. %s)" : "Učitaj (max. %s)",
"Save" : "Spasi", "Save" : "Spasi",
"Settings" : "Postavke",
"New folder" : "Nova fascikla", "New folder" : "Nova fascikla",
"Folder" : "Fasikla" "Folder" : "Fasikla",
"Upload" : "Učitaj",
"Download" : "Preuzmite"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
{ "translations": { { "translations": {
"Unknown error" : "Nepoznata greška",
"File name cannot be empty." : "Naziv datoteke ne može biti prazan",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dopušteni.",
"No file was uploaded. Unknown error" : "Nijedna datoteka nije učitana. Nepoznata greška.",
"There is no error, the file uploaded with success" : "Nema greške, datoteka uspješno učitana.",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedene u HTML formi",
"The uploaded file was only partially uploaded" : "Učitana datoteka je samo djelomično učitana",
"No file was uploaded" : "Nijedna datoteka nije učitana.",
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
"Failed to write to disk" : "Zapisivanje na disk nije uspjelo.",
"Not enough storage available" : "Prostor za pohranu je nedovoljan",
"Favorites" : "Favoriti",
"Home" : "Kućni",
"Delete" : "Izbriši",
"Unshare" : "Prestani dijeliti",
"Error" : "Greška",
"Name" : "Ime", "Name" : "Ime",
"Size" : "Veličina", "Size" : "Veličina",
"_%n folder_::_%n folders_" : ["","",""], "_%n folder_::_%n folders_" : ["","",""],
"_%n file_::_%n files_" : ["","",""], "_%n file_::_%n files_" : ["","",""],
"_Uploading %n file_::_Uploading %n files_" : ["","",""], "_Uploading %n file_::_Uploading %n files_" : ["","",""],
"Favorite" : "Favorit",
"Upload (max. %s)" : "Učitaj (max. %s)",
"Save" : "Spasi", "Save" : "Spasi",
"Settings" : "Postavke",
"New folder" : "Nova fascikla", "New folder" : "Nova fascikla",
"Folder" : "Fasikla" "Folder" : "Fasikla",
"Upload" : "Učitaj",
"Download" : "Preuzmite"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }
\ No newline at end of file
...@@ -54,6 +54,7 @@ OC.L10N.register( ...@@ -54,6 +54,7 @@ OC.L10N.register(
"Unshare" : "共有解除", "Unshare" : "共有解除",
"Select" : "選択", "Select" : "選択",
"Pending" : "中断", "Pending" : "中断",
"Unable to determine date" : "更新日不明",
"Error moving file." : "ファイル移動でエラー", "Error moving file." : "ファイル移動でエラー",
"Error moving file" : "ファイルの移動エラー", "Error moving file" : "ファイルの移動エラー",
"Error" : "エラー", "Error" : "エラー",
...@@ -73,6 +74,7 @@ OC.L10N.register( ...@@ -73,6 +74,7 @@ OC.L10N.register(
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。",
"{dirs} and {files}" : "{dirs} と {files}", "{dirs} and {files}" : "{dirs} と {files}",
"Favorited" : "お気に入り済",
"Favorite" : "お気に入り", "Favorite" : "お気に入り",
"%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません", "%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません",
"%s could not be renamed" : "%sの名前を変更できませんでした", "%s could not be renamed" : "%sの名前を変更できませんでした",
...@@ -92,10 +94,15 @@ OC.L10N.register( ...@@ -92,10 +94,15 @@ OC.L10N.register(
"From link" : "リンク", "From link" : "リンク",
"Upload" : "アップロード", "Upload" : "アップロード",
"Cancel upload" : "アップロードをキャンセル", "Cancel upload" : "アップロードをキャンセル",
"No files yet" : "ファイルなし",
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
"Select all" : "すべて選択",
"Download" : "ダウンロード", "Download" : "ダウンロード",
"Upload too large" : "アップロードには大きすぎます。", "Upload too large" : "アップロードには大きすぎます。",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。",
"Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。", "Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。",
"Currently scanning" : "現在スキャン中" "Currently scanning" : "現在スキャン中",
"No favorites" : "お気に入りなし",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダは、ここに表示されます。"
}, },
"nplurals=1; plural=0;"); "nplurals=1; plural=0;");
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
"Unshare" : "共有解除", "Unshare" : "共有解除",
"Select" : "選択", "Select" : "選択",
"Pending" : "中断", "Pending" : "中断",
"Unable to determine date" : "更新日不明",
"Error moving file." : "ファイル移動でエラー", "Error moving file." : "ファイル移動でエラー",
"Error moving file" : "ファイルの移動エラー", "Error moving file" : "ファイルの移動エラー",
"Error" : "エラー", "Error" : "エラー",
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。",
"{dirs} and {files}" : "{dirs} と {files}", "{dirs} and {files}" : "{dirs} と {files}",
"Favorited" : "お気に入り済",
"Favorite" : "お気に入り", "Favorite" : "お気に入り",
"%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません", "%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません",
"%s could not be renamed" : "%sの名前を変更できませんでした", "%s could not be renamed" : "%sの名前を変更できませんでした",
...@@ -90,10 +92,15 @@ ...@@ -90,10 +92,15 @@
"From link" : "リンク", "From link" : "リンク",
"Upload" : "アップロード", "Upload" : "アップロード",
"Cancel upload" : "アップロードをキャンセル", "Cancel upload" : "アップロードをキャンセル",
"No files yet" : "ファイルなし",
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
"Select all" : "すべて選択",
"Download" : "ダウンロード", "Download" : "ダウンロード",
"Upload too large" : "アップロードには大きすぎます。", "Upload too large" : "アップロードには大きすぎます。",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。",
"Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。", "Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。",
"Currently scanning" : "現在スキャン中" "Currently scanning" : "現在スキャン中",
"No favorites" : "お気に入りなし",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダは、ここに表示されます。"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=1; plural=0;"
} }
\ No newline at end of file
OC.L10N.register(
"files_encryption",
{
"Unknown error" : "Nepoznata greška",
"Disabled" : "Onemogućeno"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
{ "translations": {
"Unknown error" : "Nepoznata greška",
"Disabled" : "Onemogućeno"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
\ No newline at end of file
OC.L10N.register( OC.L10N.register(
"files_external", "files_external",
{ {
"Local" : "Lokalno",
"Location" : "Lokacija",
"Username" : "Korisničko ime",
"Password" : "Lozinka",
"Share" : "Podijeli", "Share" : "Podijeli",
"Name" : "Ime" "Personal" : "Osobno",
"Saved" : "Spremljeno",
"Name" : "Ime",
"Delete" : "Izbriši"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
{ "translations": { { "translations": {
"Local" : "Lokalno",
"Location" : "Lokacija",
"Username" : "Korisničko ime",
"Password" : "Lozinka",
"Share" : "Podijeli", "Share" : "Podijeli",
"Name" : "Ime" "Personal" : "Osobno",
"Saved" : "Spremljeno",
"Name" : "Ime",
"Delete" : "Izbriši"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }
\ No newline at end of file
...@@ -31,12 +31,12 @@ OC.L10N.register( ...@@ -31,12 +31,12 @@ OC.L10N.register(
"Client ID" : "クライアントID", "Client ID" : "クライアントID",
"Client secret" : "クライアント秘密キー", "Client secret" : "クライアント秘密キー",
"OpenStack Object Storage" : "OpenStack ObjectStorage", "OpenStack Object Storage" : "OpenStack ObjectStorage",
"Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack Object Storage用のオプション)", "Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack ObjectStorage用)",
"API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace Cloud Filesに必須)", "API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace CloudFiles)",
"Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack Object Storage用に必要)", "Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack ObjectStorage用)",
"Password (required for OpenStack Object Storage)" : "パスワード (OpenStack Object Storage用に必要)", "Password (required for OpenStack Object Storage)" : "パスワード (OpenStack ObjectStorage用)",
"Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack Object Storage用に必要)", "Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack ObjectStorage用)",
"URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack Object Storage用に必要)", "URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack ObjectStorage)",
"Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数", "Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数",
"Share" : "共有", "Share" : "共有",
"SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用", "SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用",
...@@ -58,6 +58,8 @@ OC.L10N.register( ...@@ -58,6 +58,8 @@ OC.L10N.register(
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。",
"No external storages" : "外部ストレージなし",
"You can configure external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
"Name" : "名前", "Name" : "名前",
"Storage type" : "ストレージ種別", "Storage type" : "ストレージ種別",
"Scope" : "スコープ", "Scope" : "スコープ",
......
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
"Client ID" : "クライアントID", "Client ID" : "クライアントID",
"Client secret" : "クライアント秘密キー", "Client secret" : "クライアント秘密キー",
"OpenStack Object Storage" : "OpenStack ObjectStorage", "OpenStack Object Storage" : "OpenStack ObjectStorage",
"Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack Object Storage用のオプション)", "Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack ObjectStorage用)",
"API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace Cloud Filesに必須)", "API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace CloudFiles)",
"Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack Object Storage用に必要)", "Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack ObjectStorage用)",
"Password (required for OpenStack Object Storage)" : "パスワード (OpenStack Object Storage用に必要)", "Password (required for OpenStack Object Storage)" : "パスワード (OpenStack ObjectStorage用)",
"Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack Object Storage用に必要)", "Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack ObjectStorage用)",
"URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack Object Storage用に必要)", "URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack ObjectStorage)",
"Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数", "Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数",
"Share" : "共有", "Share" : "共有",
"SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用", "SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用",
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>注意:</b> \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。",
"No external storages" : "外部ストレージなし",
"You can configure external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
"Name" : "名前", "Name" : "名前",
"Storage type" : "ストレージ種別", "Storage type" : "ストレージ種別",
"Scope" : "スコープ", "Scope" : "スコープ",
......
...@@ -2,6 +2,7 @@ OC.L10N.register( ...@@ -2,6 +2,7 @@ OC.L10N.register(
"files_external", "files_external",
{ {
"Port" : "連接埠", "Port" : "連接埠",
"Host" : "主機",
"Username" : "用戶名稱", "Username" : "用戶名稱",
"Password" : "密碼", "Password" : "密碼",
"Share" : "分享", "Share" : "分享",
......
{ "translations": { { "translations": {
"Port" : "連接埠", "Port" : "連接埠",
"Host" : "主機",
"Username" : "用戶名稱", "Username" : "用戶名稱",
"Password" : "密碼", "Password" : "密碼",
"Share" : "分享", "Share" : "分享",
......
OC.L10N.register( OC.L10N.register(
"files_sharing", "files_sharing",
{ {
"Cancel" : "Odustani",
"Shared by" : "Dijeli", "Shared by" : "Dijeli",
"Name" : "Ime" "Password" : "Lozinka",
"Name" : "Ime",
"Download" : "Preuzmite"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
{ "translations": { { "translations": {
"Cancel" : "Odustani",
"Shared by" : "Dijeli", "Shared by" : "Dijeli",
"Name" : "Ime" "Password" : "Lozinka",
"Name" : "Ime",
"Download" : "Preuzmite"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }
\ No newline at end of file
...@@ -23,9 +23,13 @@ OC.L10N.register( ...@@ -23,9 +23,13 @@ OC.L10N.register(
"Invalid ownCloud url" : "Invalid ownCloud URL", "Invalid ownCloud url" : "Invalid ownCloud URL",
"Shared by" : "Shared by", "Shared by" : "Shared by",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>", "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
"You received a new remote share from %s" : "You received a new remote share from %s", "You received a new remote share from %s" : "You received a new remote share from %s",
"%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s", "%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
"%1$s declined remote share %2$s" : "%1$s declined remote share %2$s", "%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
"%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
"Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
"Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
"This share is password-protected" : "This share is password-protected", "This share is password-protected" : "This share is password-protected",
"The password is wrong. Try again." : "The password is wrong. Try again.", "The password is wrong. Try again." : "The password is wrong. Try again.",
"Password" : "Password", "Password" : "Password",
......
...@@ -21,9 +21,13 @@ ...@@ -21,9 +21,13 @@
"Invalid ownCloud url" : "Invalid ownCloud URL", "Invalid ownCloud url" : "Invalid ownCloud URL",
"Shared by" : "Shared by", "Shared by" : "Shared by",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>", "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
"You received a new remote share from %s" : "You received a new remote share from %s", "You received a new remote share from %s" : "You received a new remote share from %s",
"%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s", "%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
"%1$s declined remote share %2$s" : "%1$s declined remote share %2$s", "%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
"%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
"Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
"Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
"This share is password-protected" : "This share is password-protected", "This share is password-protected" : "This share is password-protected",
"The password is wrong. Try again." : "The password is wrong. Try again.", "The password is wrong. Try again." : "The password is wrong. Try again.",
"Password" : "Password", "Password" : "Password",
......
...@@ -8,6 +8,12 @@ OC.L10N.register( ...@@ -8,6 +8,12 @@ OC.L10N.register(
"Shared with you" : "他ユーザーがあなたと共有中", "Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中", "Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中", "Shared by link" : "URLリンクで共有中",
"Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
"Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。",
"Nothing shared yet" : "まだ何も共有されていません",
"Files and folders you share will show up here" : "共有したファイルやフォルダは、ここに表示されます。",
"No shared links" : "共有リンクはありません",
"Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
"Remote share" : "リモート共有", "Remote share" : "リモート共有",
"Remote share password" : "リモート共有のパスワード", "Remote share password" : "リモート共有のパスワード",
......
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
"Shared with you" : "他ユーザーがあなたと共有中", "Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中", "Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中", "Shared by link" : "URLリンクで共有中",
"Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
"Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。",
"Nothing shared yet" : "まだ何も共有されていません",
"Files and folders you share will show up here" : "共有したファイルやフォルダは、ここに表示されます。",
"No shared links" : "共有リンクはありません",
"Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
"Remote share" : "リモート共有", "Remote share" : "リモート共有",
"Remote share password" : "リモート共有のパスワード", "Remote share password" : "リモート共有のパスワード",
......
OC.L10N.register( OC.L10N.register(
"files_trashbin", "files_trashbin",
{ {
"Name" : "Ime" "Restore" : "Obnovi",
"Error" : "Greška",
"Name" : "Ime",
"Delete" : "Izbriši"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
{ "translations": { { "translations": {
"Name" : "Ime" "Restore" : "Obnovi",
"Error" : "Greška",
"Name" : "Ime",
"Delete" : "Izbriši"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment