Revert "[tx-robot] updated from transifex"

This reverts commit 3731b2a006.

Revert "[tx-robot] updated from transifex"

This reverts commit 94d91113f1.

Revert "[tx-robot] updated from transifex"

This reverts commit e7cc8bac1e.

Revert "[tx-robot] updated from transifex"

This reverts commit 59fc3ff45a.

Revert "[tx-robot] updated from transifex"

This reverts commit 6a89a63d2e.

Revert "[tx-robot] updated from transifex"

This reverts commit b0bad03234.
This commit is contained in:
Morris Jobke 2016-07-07 11:01:48 +02:00
parent 38718bf89e
commit 5ace43f438
158 changed files with 86 additions and 1050 deletions

View File

@ -12,9 +12,6 @@ OC.L10N.register(
"More comments..." : "Más comentarios...",
"Save" : "Guardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
"Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
"Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
"Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
"{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",

View File

@ -10,9 +10,6 @@
"More comments..." : "Más comentarios...",
"Save" : "Guardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
"Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
"Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
"Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
"{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",

View File

@ -3,7 +3,7 @@ OC.L10N.register(
{
"Type in a new comment..." : "Digita un nuovo commento...",
"Delete comment" : "Elimina commento",
"Post" : "Pubblica",
"Post" : "Post",
"Cancel" : "Annulla",
"Edit comment" : "Modifica commento",
"[Deleted user]" : "[Utente eliminato]",

View File

@ -1,7 +1,7 @@
{ "translations": {
"Type in a new comment..." : "Digita un nuovo commento...",
"Delete comment" : "Elimina commento",
"Post" : "Pubblica",
"Post" : "Post",
"Cancel" : "Annulla",
"Edit comment" : "Modifica commento",
"[Deleted user]" : "[Utente eliminato]",

View File

@ -12,9 +12,6 @@ OC.L10N.register(
"More comments..." : "コメントをさらに表示...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
"Error occurred while retrieving comment with id {id}" : "コメントID {id} のコメントを取得する際にエラーが発生",
"Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生",
"Error occurred while posting comment" : "コメント投稿時にエラーが発生",
"{count} unread comments" : "未読コメント数 {count}",
"Comment" : "コメント",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "ファイルに対する<strong>コメント</strong><em>(常時ストリームに表示)</em>",

View File

@ -10,9 +10,6 @@
"More comments..." : "コメントをさらに表示...",
"Save" : "保存",
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
"Error occurred while retrieving comment with id {id}" : "コメントID {id} のコメントを取得する際にエラーが発生",
"Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生",
"Error occurred while posting comment" : "コメント投稿時にエラーが発生",
"{count} unread comments" : "未読コメント数 {count}",
"Comment" : "コメント",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "ファイルに対する<strong>コメント</strong><em>(常時ストリームに表示)</em>",

View File

@ -1,16 +1,8 @@
OC.L10N.register(
"comments",
{
"Type in a new comment..." : "Įrašykite naują komentarą...",
"Delete comment" : "Ištrinti komentarą",
"Post" : "Paskelbti",
"Cancel" : "Atšaukti",
"Edit comment" : "Redaguoti komentarą",
"[Deleted user]" : "[Ištrinti naudotojai]",
"Comments" : "Komentarai",
"Save" : "Išsaugoti",
"Comment" : "Komentaras",
"You commented" : "Jūs pakomentavote",
"%1$s commented" : "%1$s pakomentavo"
"Comment" : "Komentaras"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -1,14 +1,6 @@
{ "translations": {
"Type in a new comment..." : "Įrašykite naują komentarą...",
"Delete comment" : "Ištrinti komentarą",
"Post" : "Paskelbti",
"Cancel" : "Atšaukti",
"Edit comment" : "Redaguoti komentarą",
"[Deleted user]" : "[Ištrinti naudotojai]",
"Comments" : "Komentarai",
"Save" : "Išsaugoti",
"Comment" : "Komentaras",
"You commented" : "Jūs pakomentavote",
"%1$s commented" : "%1$s pakomentavo"
"Comment" : "Komentaras"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -12,15 +12,9 @@ OC.L10N.register(
"More comments..." : "Flere kommentarer..",
"Save" : "Lagre",
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
"Error occurred while retrieving comment with id {id}" : "En feil oppstod ved henting av kommentar med id {id}",
"Error occurred while updating comment with id {id}" : "En feil oppstod ved oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod ved innlegging av kommentar",
"{count} unread comments" : "{count} uleste kommentarer",
"Comment" : "Kommentar",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentarer</strong> for filer <em>(alltid listet i strømmen)</em>",
"You commented" : "Du kommenterte",
"%1$s commented" : "%1$s kommentert",
"You commented on %2$s" : "Du kommenterte på %2$s",
"%1$s commented on %2$s" : "%1$s kommenterte %2$s"
},
"nplurals=2; plural=(n != 1);");

View File

@ -10,15 +10,9 @@
"More comments..." : "Flere kommentarer..",
"Save" : "Lagre",
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
"Error occurred while retrieving comment with id {id}" : "En feil oppstod ved henting av kommentar med id {id}",
"Error occurred while updating comment with id {id}" : "En feil oppstod ved oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod ved innlegging av kommentar",
"{count} unread comments" : "{count} uleste kommentarer",
"Comment" : "Kommentar",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentarer</strong> for filer <em>(alltid listet i strømmen)</em>",
"You commented" : "Du kommenterte",
"%1$s commented" : "%1$s kommentert",
"You commented on %2$s" : "Du kommenterte på %2$s",
"%1$s commented on %2$s" : "%1$s kommenterte %2$s"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -12,9 +12,6 @@ OC.L10N.register(
"More comments..." : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
"Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
"Error occurred while retrieving comment with id {id}" : "เกิดข้อผิดพลาดขณะดึงข้อมูลความความคิดเห็นของ id {ID}",
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะดึงข้อมูลความความคิดเห็นของ id {ID}",
"Error occurred while posting comment" : "มีข้อผิดพลาดเกิดขึ้นในขณะที่โพสต์แสดงความคิดเห็น",
"{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
"Comment" : "แสดงความคิดเห็น",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>ความคิดเห็น</strong> สำหรับไฟล์ <em>(ระบุไว้เสมอในสตรีม)</em>",

View File

@ -10,9 +10,6 @@
"More comments..." : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
"Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
"Error occurred while retrieving comment with id {id}" : "เกิดข้อผิดพลาดขณะดึงข้อมูลความความคิดเห็นของ id {ID}",
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะดึงข้อมูลความความคิดเห็นของ id {ID}",
"Error occurred while posting comment" : "มีข้อผิดพลาดเกิดขึ้นในขณะที่โพสต์แสดงความคิดเห็น",
"{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
"Comment" : "แสดงความคิดเห็น",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>ความคิดเห็น</strong> สำหรับไฟล์ <em>(ระบุไว้เสมอในสตรีม)</em>",

View File

@ -12,9 +12,6 @@ OC.L10N.register(
"More comments..." : "Daha fazla yorum...",
"Save" : "Kaydet",
"Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}",
"Error occurred while retrieving comment with id {id}" : "id {id} ile yorum alınırken hata oluştu",
"Error occurred while updating comment with id {id}" : "id {id} ile yorumu güncellerken hata oluştu",
"Error occurred while posting comment" : "Yorum gönderilirken hata oluştu",
"{count} unread comments" : "{count} okunmamış yorum",
"Comment" : "Yorum",
"You commented" : "Yorum yaptınız",

View File

@ -10,9 +10,6 @@
"More comments..." : "Daha fazla yorum...",
"Save" : "Kaydet",
"Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}",
"Error occurred while retrieving comment with id {id}" : "id {id} ile yorum alınırken hata oluştu",
"Error occurred while updating comment with id {id}" : "id {id} ile yorumu güncellerken hata oluştu",
"Error occurred while posting comment" : "Yorum gönderilirken hata oluştu",
"{count} unread comments" : "{count} okunmamış yorum",
"Comment" : "Yorum",
"You commented" : "Yorum yaptınız",

View File

@ -2,15 +2,14 @@ OC.L10N.register(
"federatedfilesharing",
{
"Federated sharing" : "連携共有",
"Invalid Federated Cloud ID" : "クラウド統合IDが無効",
"Invalid Federated Cloud ID" : "無効な統合されたクラウドID",
"Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。",
"Not allowed to create a federated share with the same user" : "同じユーザーでフェデレーション共有を作成することは出来ません",
"File is already shared with %s" : "ファイルは既に %s と共有されています。",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s からリモート共有として \"/%3$s\" を受け取りました。(%2$s の代理として)",
"You received \"/%3$s\" as a remote share from %1$s" : "%1$s からリモート共有として \"/%3$s\" を受け取りました。",
"Accept" : "受領",
"Decline" : "拒否",
"Accept" : "承諾",
"Decline" : "拒否《はてなキーワード》",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
"Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud の「クラウド連携ID」で私と共有できます。",
"Federated Cloud Sharing" : "統合されたクラウド共有",

View File

@ -1,14 +1,13 @@
{ "translations": {
"Federated sharing" : "連携共有",
"Invalid Federated Cloud ID" : "クラウド統合IDが無効",
"Invalid Federated Cloud ID" : "無効な統合されたクラウドID",
"Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。",
"Not allowed to create a federated share with the same user" : "同じユーザーでフェデレーション共有を作成することは出来ません",
"File is already shared with %s" : "ファイルは既に %s と共有されています。",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s からリモート共有として \"/%3$s\" を受け取りました。(%2$s の代理として)",
"You received \"/%3$s\" as a remote share from %1$s" : "%1$s からリモート共有として \"/%3$s\" を受け取りました。",
"Accept" : "受領",
"Decline" : "拒否",
"Accept" : "承諾",
"Decline" : "拒否《はてなキーワード》",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
"Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud の「クラウド連携ID」で私と共有できます。",
"Federated Cloud Sharing" : "統合されたクラウド共有",

View File

@ -5,10 +5,7 @@ OC.L10N.register(
"Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky",
"Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s",
"Not allowed to create a federated share with the same user" : "Ikke tillatt å opprette en Sammenknyttet sky-deling med den samme brukeren",
"File is already shared with %s" : "Filen deles allerede med %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s feilet, fant ikke %s, kanskje servern er utilgjengelig for øyeblikket.",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du mottok \"/%3$s\" som en ekstern deling fra %1$s (på vegne av %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Du mottok \"/%3$s\" som en ekstern deling fra %1$s",
"Accept" : "Aksepter",
"Decline" : "Avslå",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med meg gjennom min #ownCloud ID for sammenknyttet sky, se %s",

View File

@ -3,10 +3,7 @@
"Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky",
"Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s",
"Not allowed to create a federated share with the same user" : "Ikke tillatt å opprette en Sammenknyttet sky-deling med den samme brukeren",
"File is already shared with %s" : "Filen deles allerede med %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s feilet, fant ikke %s, kanskje servern er utilgjengelig for øyeblikket.",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du mottok \"/%3$s\" som en ekstern deling fra %1$s (på vegne av %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Du mottok \"/%3$s\" som en ekstern deling fra %1$s",
"Accept" : "Aksepter",
"Decline" : "Avslå",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med meg gjennom min #ownCloud ID for sammenknyttet sky, se %s",

View File

@ -5,10 +5,7 @@ OC.L10N.register(
"Invalid Federated Cloud ID" : "ไอดีคลาวด์ในเครือไม่ถูกต้อง",
"Sharing %s failed, because this item is already shared with %s" : "การแชร์ %s ล้มเหลวเพราะรายการนี้ถูกแชร์กับ %s",
"Not allowed to create a federated share with the same user" : "ไม่อนุญาตให้สร้างแชร์สหพันธ์กับผู้ใช้เดียวกัน",
"File is already shared with %s" : "ไฟล์ได้ถูกแชร์แล้วกับ %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "การแชร์ %s ล้มเหลวไม่สามารถหา %s, บางทีอาจจะยังไม่สามารถเข้าถึงเซิร์ฟเวอร์ปัจจุบัน",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "คุณได้รับ \"/%3$s\" เป็นรีโมทแชร์จาก %1$s (ในนามของ %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "คุณได้รับ\"/%3$s\" เป็นรีโมทแชร์จาก %1$s",
"Accept" : "ยอมรับ",
"Decline" : "ลดลง",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "แชร์กับฉันผ่าน #ownCloud ด้วยไอดีคลาวด์สหพันธ์ สามารถดูได้ที่ %s",

View File

@ -3,10 +3,7 @@
"Invalid Federated Cloud ID" : "ไอดีคลาวด์ในเครือไม่ถูกต้อง",
"Sharing %s failed, because this item is already shared with %s" : "การแชร์ %s ล้มเหลวเพราะรายการนี้ถูกแชร์กับ %s",
"Not allowed to create a federated share with the same user" : "ไม่อนุญาตให้สร้างแชร์สหพันธ์กับผู้ใช้เดียวกัน",
"File is already shared with %s" : "ไฟล์ได้ถูกแชร์แล้วกับ %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "การแชร์ %s ล้มเหลวไม่สามารถหา %s, บางทีอาจจะยังไม่สามารถเข้าถึงเซิร์ฟเวอร์ปัจจุบัน",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "คุณได้รับ \"/%3$s\" เป็นรีโมทแชร์จาก %1$s (ในนามของ %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "คุณได้รับ\"/%3$s\" เป็นรีโมทแชร์จาก %1$s",
"Accept" : "ยอมรับ",
"Decline" : "ลดลง",
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "แชร์กับฉันผ่าน #ownCloud ด้วยไอดีคลาวด์สหพันธ์ สามารถดูได้ที่ %s",

View File

@ -5,7 +5,6 @@ OC.L10N.register(
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
"Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu",
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"File is already shared with %s" : "Dosya önceden %s ile paylaşıldı",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir.",
"Accept" : "Kabul et",
"Decline" : "Reddet",

View File

@ -3,7 +3,6 @@
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
"Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu",
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"File is already shared with %s" : "Dosya önceden %s ile paylaşıldı",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir.",
"Accept" : "Kabul et",
"Decline" : "Reddet",

View File

@ -7,9 +7,9 @@ OC.L10N.register(
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 連携機能では信頼済のownCloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Add server automatically once a federated share was created successfully" : "ownCloudサーバー連携で一度でも共有が作成できた場合は、サーバーを自動的に追加します。",
"Trusted ownCloud Servers" : "信頼済 ownCloudサーバ",
"+ Add ownCloud server" : "ownCloudサーバを追加",
"Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
"Trusted ownCloud Servers" : "ownCloudサーバを信頼する",
"+ Add ownCloud server" : "ownCloudサーバを追加",
"ownCloud Server" : "ownCloudサーバ"
},
"nplurals=1; plural=0;");

View File

@ -5,9 +5,9 @@
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 連携機能では信頼済のownCloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Add server automatically once a federated share was created successfully" : "ownCloudサーバー連携で一度でも共有が作成できた場合は、サーバーを自動的に追加します。",
"Trusted ownCloud Servers" : "信頼済 ownCloudサーバ",
"+ Add ownCloud server" : "ownCloudサーバを追加",
"Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
"Trusted ownCloud Servers" : "ownCloudサーバを信頼する",
"+ Add ownCloud server" : "ownCloudサーバを追加",
"ownCloud Server" : "ownCloudサーバ"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,9 +0,0 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Serveris pridėtas prie ownCloud patikimų serverių sąrašo.",
"Trusted ownCloud Servers" : "Patikimi ownCloud serveriai",
"+ Add ownCloud server" : "+ Pridėti ownCloud serverį",
"ownCloud Server" : "ownCloud serveris"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -1,7 +0,0 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Serveris pridėtas prie ownCloud patikimų serverių sąrašo.",
"Trusted ownCloud Servers" : "Patikimi ownCloud serveriai",
"+ Add ownCloud server" : "+ Pridėti ownCloud serverį",
"ownCloud Server" : "ownCloud serveris"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -17,7 +17,6 @@ OC.L10N.register(
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
"Invalid directory." : "Directorio inválido.",
"Files" : "Archivos",
"All files" : "Todos los archivos",
"Home" : "Particular",
"Close" : "Cerrar",
"Favorites" : "Favoritos",

View File

@ -15,7 +15,6 @@
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
"Invalid directory." : "Directorio inválido.",
"Files" : "Archivos",
"All files" : "Todos los archivos",
"Home" : "Particular",
"Close" : "Cerrar",
"Favorites" : "Favoritos",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"Invalid directory." : "無効なディレクトリです。",
"Files" : "ファイル",
"All files" : "すべてのファイル",
"File could not be found" : "ファイルは見つかりませんでした。",
"Home" : "ホーム",
"Close" : "閉じる",
"Favorites" : "お気に入り",

View File

@ -19,7 +19,6 @@
"Invalid directory." : "無効なディレクトリです。",
"Files" : "ファイル",
"All files" : "すべてのファイル",
"File could not be found" : "ファイルは見つかりませんでした。",
"Home" : "ホーム",
"Close" : "閉じる",
"Favorites" : "お気に入り",

View File

@ -30,8 +30,6 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"Uploading..." : "Įkeliama...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",

View File

@ -28,8 +28,6 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
"Uploading..." : "Įkeliama...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
"Actions" : "Veiksmai",
"Download" : "Atsisiųsti",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"Invalid directory." : "Ugyldig katalog.",
"Files" : "Filer",
"All files" : "Alle filer",
"File could not be found" : "Fant ikke filen",
"Home" : "Hjem",
"Close" : "Lukk",
"Favorites" : "Favoritter",
@ -33,9 +32,6 @@ OC.L10N.register(
"Could not get result from server." : "Fikk ikke resultat fra serveren.",
"Uploading..." : "Laster opp...",
"..." : "...",
"Any moment now..." : "Veldig snatt...",
"Soon..." : "Snart...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
"Actions" : "Handlinger",
"Download" : "Last ned",
@ -81,7 +77,6 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Er favoritt",
"Favorite" : "Gjør til favoritt",
"Local link" : "Lokal lenke",
"Folder" : "Mappe",
"New folder" : "Ny mappe",
"{newname} already exists" : "{newname} finnes allerede",
@ -112,7 +107,6 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta 5 minutter før endringene trer i kraft.",
"Missing permissions to edit from here." : "Manglende rettigheter til å redigere herfra.",
"Settings" : "Innstillinger",
"Show hidden files" : "Vis skjulte filer",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">for å få tilgang til WebDAV</a>",
"No files in here" : "Ingen filer her",

View File

@ -19,7 +19,6 @@
"Invalid directory." : "Ugyldig katalog.",
"Files" : "Filer",
"All files" : "Alle filer",
"File could not be found" : "Fant ikke filen",
"Home" : "Hjem",
"Close" : "Lukk",
"Favorites" : "Favoritter",
@ -31,9 +30,6 @@
"Could not get result from server." : "Fikk ikke resultat fra serveren.",
"Uploading..." : "Laster opp...",
"..." : "...",
"Any moment now..." : "Veldig snatt...",
"Soon..." : "Snart...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
"Actions" : "Handlinger",
"Download" : "Last ned",
@ -79,7 +75,6 @@
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Er favoritt",
"Favorite" : "Gjør til favoritt",
"Local link" : "Lokal lenke",
"Folder" : "Mappe",
"New folder" : "Ny mappe",
"{newname} already exists" : "{newname} finnes allerede",
@ -110,7 +105,6 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta 5 minutter før endringene trer i kraft.",
"Missing permissions to edit from here." : "Manglende rettigheter til å redigere herfra.",
"Settings" : "Innstillinger",
"Show hidden files" : "Vis skjulte filer",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">for å få tilgang til WebDAV</a>",
"No files in here" : "Ingen filer her",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"Invalid directory." : "Diretoria inválida.",
"Files" : "Ficheiros",
"All files" : "Todos os ficheiros",
"File could not be found" : "Não foi possível encontrar o ficheiro",
"Home" : "Início",
"Close" : "Fechar",
"Favorites" : "Favoritos",

View File

@ -19,7 +19,6 @@
"Invalid directory." : "Diretoria inválida.",
"Files" : "Ficheiros",
"All files" : "Todos os ficheiros",
"File could not be found" : "Não foi possível encontrar o ficheiro",
"Home" : "Início",
"Close" : "Fechar",
"Favorites" : "Favoritos",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"Invalid directory." : "ไดเร็กทอรี่ไม่ถูกต้อง",
"Files" : "ไฟล์",
"All files" : "ไฟล์ทั้งหมด",
"File could not be found" : "ไม่พบไฟล์ในระบบ",
"Home" : "บ้าน",
"Close" : "ปิด",
"Favorites" : "รายการโปรด",
@ -33,15 +32,6 @@ OC.L10N.register(
"Could not get result from server." : "ไม่สามารถรับผลลัพธ์จากเซิร์ฟเวอร์",
"Uploading..." : "กำลังอัพโหลด...",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "เหลือเวลาอีก {hours} ชั่วโมง : {minutes} นาที : {seconds} วินาที",
"{hours}:{minutes}h" : "{hours} ชั่วโมง : {minutes} นาที",
"{minutes}:{seconds} minute{plural_s} left" : "เหลือเวลาอีก {minutes} นาที : {seconds} วินาที",
"{minutes}:{seconds}m" : "{minutes} นาที : {seconds} วินาที",
"{seconds} second{plural_s} left" : "เหลือเวลาอีก {seconds} วินาที",
"{seconds}s" : "{seconds} วินาที",
"Any moment now..." : "ช่วงเวลาใด ในตอนนี้...",
"Soon..." : "เร็วๆ นี้...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} จาก {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
"Actions" : "การกระทำ",
"Download" : "ดาวน์โหลด",
@ -87,12 +77,11 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
"Favorited" : "รายการโปรด",
"Favorite" : "รายการโปรด",
"Local link" : "ลิงค์ต้นทาง",
"Folder" : "แฟ้มเอกสาร",
"New folder" : "โฟลเดอร์ใหม่",
"{newname} already exists" : "{newname} ถูกใช้ไปแล้ว",
"Upload" : "อัพโหลด",
"An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะอัพเดทแท็ก",
"An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะปรับปรุงแท็ก",
"A new file or folder has been <strong>created</strong>" : "มีไฟล์ใหม่หรือโฟลเดอร์ได้ถูก <strong>สร้างขึ้น!</strong>",
"A file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ได้ถูก <strong>เปลี่ยน!</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "จำกัดการแจ้งเตือนเกี่ยวกับการสร้างและการเปลี่ยนแปลงของคุณ <strong>ไฟล์ที่ชื่นชอบ</strong> <em>(สตรีมเท่านั้น)</em>",
@ -105,7 +94,7 @@ OC.L10N.register(
"%2$s changed %1$s" : "%2$s ได้เปลี่ยนแปลง %1$s",
"You deleted %1$s" : "คุณลบ %1$s ออก",
"%2$s deleted %1$s" : "%2$s ลบ %1$s ออก",
"You restored %1$s" : "คุณได้กู้คืน %1$s แล้ว",
"You restored %1$s" : "คุณกู้คืน %1$s",
"%2$s restored %1$s" : "%2$s ได้กู้คืน %1$s",
"Changed by %2$s" : "เปลี่ยนแปลงโดย %2$s",
"Deleted by %2$s" : "ลบโดย %2$s",

View File

@ -19,7 +19,6 @@
"Invalid directory." : "ไดเร็กทอรี่ไม่ถูกต้อง",
"Files" : "ไฟล์",
"All files" : "ไฟล์ทั้งหมด",
"File could not be found" : "ไม่พบไฟล์ในระบบ",
"Home" : "บ้าน",
"Close" : "ปิด",
"Favorites" : "รายการโปรด",
@ -31,15 +30,6 @@
"Could not get result from server." : "ไม่สามารถรับผลลัพธ์จากเซิร์ฟเวอร์",
"Uploading..." : "กำลังอัพโหลด...",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "เหลือเวลาอีก {hours} ชั่วโมง : {minutes} นาที : {seconds} วินาที",
"{hours}:{minutes}h" : "{hours} ชั่วโมง : {minutes} นาที",
"{minutes}:{seconds} minute{plural_s} left" : "เหลือเวลาอีก {minutes} นาที : {seconds} วินาที",
"{minutes}:{seconds}m" : "{minutes} นาที : {seconds} วินาที",
"{seconds} second{plural_s} left" : "เหลือเวลาอีก {seconds} วินาที",
"{seconds}s" : "{seconds} วินาที",
"Any moment now..." : "ช่วงเวลาใด ในตอนนี้...",
"Soon..." : "เร็วๆ นี้...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} จาก {totalSize} ({bitrate})",
"File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
"Actions" : "การกระทำ",
"Download" : "ดาวน์โหลด",
@ -85,12 +75,11 @@
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
"Favorited" : "รายการโปรด",
"Favorite" : "รายการโปรด",
"Local link" : "ลิงค์ต้นทาง",
"Folder" : "แฟ้มเอกสาร",
"New folder" : "โฟลเดอร์ใหม่",
"{newname} already exists" : "{newname} ถูกใช้ไปแล้ว",
"Upload" : "อัพโหลด",
"An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะอัพเดทแท็ก",
"An error occurred while trying to update the tags" : "เกิดข้อผิดพลาดขณะที่พยายามจะปรับปรุงแท็ก",
"A new file or folder has been <strong>created</strong>" : "มีไฟล์ใหม่หรือโฟลเดอร์ได้ถูก <strong>สร้างขึ้น!</strong>",
"A file or folder has been <strong>changed</strong>" : "มีไฟล์หรือโฟลเดอร์ได้ถูก <strong>เปลี่ยน!</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "จำกัดการแจ้งเตือนเกี่ยวกับการสร้างและการเปลี่ยนแปลงของคุณ <strong>ไฟล์ที่ชื่นชอบ</strong> <em>(สตรีมเท่านั้น)</em>",
@ -103,7 +92,7 @@
"%2$s changed %1$s" : "%2$s ได้เปลี่ยนแปลง %1$s",
"You deleted %1$s" : "คุณลบ %1$s ออก",
"%2$s deleted %1$s" : "%2$s ลบ %1$s ออก",
"You restored %1$s" : "คุณได้กู้คืน %1$s แล้ว",
"You restored %1$s" : "คุณกู้คืน %1$s",
"%2$s restored %1$s" : "%2$s ได้กู้คืน %1$s",
"Changed by %2$s" : "เปลี่ยนแปลงโดย %2$s",
"Deleted by %2$s" : "ลบโดย %2$s",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"Invalid directory." : "Geçersiz dizin.",
"Files" : "Dosyalar",
"All files" : "Tüm dosyalar",
"File could not be found" : "Dosya bulunamadı",
"Home" : "Ev",
"Close" : "Kapat",
"Favorites" : "Sık kullanılanlar",
@ -33,7 +32,6 @@ OC.L10N.register(
"Could not get result from server." : "Sunucudan sonuç alınamadı.",
"Uploading..." : "Yükleniyor...",
"..." : "...",
"Soon..." : "Yakında...",
"File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.",
"Actions" : "Eylemler",
"Download" : "İndir",
@ -79,7 +77,6 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
"Favorited" : "Sık kullanılanlara eklendi",
"Favorite" : "Sık kullanılan",
"Local link" : "Yerel bağlantı",
"Folder" : "Klasör",
"New folder" : "Yeni klasör",
"{newname} already exists" : "{newname} zaten mevcut",
@ -110,7 +107,6 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM ile değişikliklerin uygulanması 5 dakika sürebilir.",
"Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.",
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları göster",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"No files in here" : "Burada hiç dosya yok",

View File

@ -19,7 +19,6 @@
"Invalid directory." : "Geçersiz dizin.",
"Files" : "Dosyalar",
"All files" : "Tüm dosyalar",
"File could not be found" : "Dosya bulunamadı",
"Home" : "Ev",
"Close" : "Kapat",
"Favorites" : "Sık kullanılanlar",
@ -31,7 +30,6 @@
"Could not get result from server." : "Sunucudan sonuç alınamadı.",
"Uploading..." : "Yükleniyor...",
"..." : "...",
"Soon..." : "Yakında...",
"File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.",
"Actions" : "Eylemler",
"Download" : "İndir",
@ -77,7 +75,6 @@
"_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
"Favorited" : "Sık kullanılanlara eklendi",
"Favorite" : "Sık kullanılan",
"Local link" : "Yerel bağlantı",
"Folder" : "Klasör",
"New folder" : "Yeni klasör",
"{newname} already exists" : "{newname} zaten mevcut",
@ -108,7 +105,6 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM ile değişikliklerin uygulanması 5 dakika sürebilir.",
"Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.",
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları göster",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"No files in here" : "Burada hiç dosya yok",

View File

@ -18,7 +18,6 @@ OC.L10N.register(
"Error generating key pair" : "キーペアの生成エラー",
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
"(group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Admin defined" : "管理者設定済",
"Saved" : "保存されました",
"Empty response from the server" : "サーバーから空の応答がありました",
@ -30,7 +29,7 @@ OC.L10N.register(
"external-storage" : "外部ストレージ",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
"Please enter the credentials for the {mount} mount" : " {mount} をマウントするための必要な資格情報を入力してください",
"Please enter the credentials for the {mount} mount" : " {mount} のマウントのために必要な資格情報を入力してください",
"Username" : "ユーザー名",
"Password" : "パスワード",
"Credentials saved" : "資格情報を保存しました",

View File

@ -16,7 +16,6 @@
"Error generating key pair" : "キーペアの生成エラー",
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
"(group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Admin defined" : "管理者設定済",
"Saved" : "保存されました",
"Empty response from the server" : "サーバーから空の応答がありました",
@ -28,7 +27,7 @@
"external-storage" : "外部ストレージ",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
"Please enter the credentials for the {mount} mount" : " {mount} をマウントするための必要な資格情報を入力してください",
"Please enter the credentials for the {mount} mount" : " {mount} のマウントのために必要な資格情報を入力してください",
"Username" : "ユーザー名",
"Password" : "パスワード",
"Credentials saved" : "資格情報を保存しました",

View File

@ -7,40 +7,21 @@ OC.L10N.register(
"External storage" : "Išorinė saugykla",
"Personal" : "Asmeniniai",
"Grant access" : "Suteikti priėjimą",
"(group)" : "(grupė)",
"Saved" : "Išsaugoti",
"Username" : "Prisijungimo vardas",
"Password" : "Slaptažodis",
"Save" : "Išsaugoti",
"%s" : "%s",
"None" : "Nieko",
"OpenStack" : "OpenStack",
"API key" : "API raktas",
"Public key" : "Viešasis raktas",
"Amazon S3" : "Amazon S3",
"Hostname" : "Hostname",
"Port" : "Prievadas",
"Region" : "Regionas",
"Enable SSL" : "Įjungti SSL",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Ištrinti katalogą",
"Secure https://" : "Saugus https://",
"Dropbox" : "Dropbox",
"FTP" : "FTP",
"Host" : "Mazgas",
"Secure ftps://" : "Saugus ftps://",
"Google Drive" : "Google Drive",
"Location" : "Vieta",
"ownCloud" : "ownCloud",
"SFTP" : "SFTP",
"SMB / CIFS" : "SMB / CIFS",
"Share" : "Dalintis",
"Domain" : "Domenas",
"<b>Note:</b> " : "<b>Užrašai:</b> ",
"Name" : "Pavadinimas",
"Enable encryption" : "Įjungti šifravimą",
"Never" : "Niekada",
"External Storage" : "Išorinės saugyklos",
"Folder name" : "Katalogo pavadinimas",
"Configuration" : "Konfigūracija",

View File

@ -5,40 +5,21 @@
"External storage" : "Išorinė saugykla",
"Personal" : "Asmeniniai",
"Grant access" : "Suteikti priėjimą",
"(group)" : "(grupė)",
"Saved" : "Išsaugoti",
"Username" : "Prisijungimo vardas",
"Password" : "Slaptažodis",
"Save" : "Išsaugoti",
"%s" : "%s",
"None" : "Nieko",
"OpenStack" : "OpenStack",
"API key" : "API raktas",
"Public key" : "Viešasis raktas",
"Amazon S3" : "Amazon S3",
"Hostname" : "Hostname",
"Port" : "Prievadas",
"Region" : "Regionas",
"Enable SSL" : "Įjungti SSL",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Ištrinti katalogą",
"Secure https://" : "Saugus https://",
"Dropbox" : "Dropbox",
"FTP" : "FTP",
"Host" : "Mazgas",
"Secure ftps://" : "Saugus ftps://",
"Google Drive" : "Google Drive",
"Location" : "Vieta",
"ownCloud" : "ownCloud",
"SFTP" : "SFTP",
"SMB / CIFS" : "SMB / CIFS",
"Share" : "Dalintis",
"Domain" : "Domenas",
"<b>Note:</b> " : "<b>Užrašai:</b> ",
"Name" : "Pavadinimas",
"Enable encryption" : "Įjungti šifravimą",
"Never" : "Niekada",
"External Storage" : "Išorinės saugyklos",
"Folder name" : "Katalogo pavadinimas",
"Configuration" : "Konfigūracija",

View File

@ -7,8 +7,6 @@ OC.L10N.register(
"Step 1 failed. Exception: %s" : "Steg 1 feilet. Unntak: %s",
"Step 2 failed. Exception: %s" : "Steg 2 feilet. Unntak: %s",
"External storage" : "Ekstern lagringsplass",
"Dropbox App Configuration" : "Konfigurering av Dropbox-app",
"Google Drive App Configuration" : "Konfigurering av Google Disk-app",
"Personal" : "Personlig",
"System" : "System",
"Grant access" : "Gi tilgang",
@ -18,7 +16,6 @@ OC.L10N.register(
"Error generating key pair" : "Feil ved nøkkelgenerering",
"All users. Type to select user or group." : "Alle brukere. Tast for å velge bruker eller gruppe.",
"(group)" : "(gruppe)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD-koding (treg)",
"Admin defined" : "Admin-definert",
"Saved" : "Lagret",
"Empty response from the server" : "Tomt svar fra serveren",

View File

@ -5,8 +5,6 @@
"Step 1 failed. Exception: %s" : "Steg 1 feilet. Unntak: %s",
"Step 2 failed. Exception: %s" : "Steg 2 feilet. Unntak: %s",
"External storage" : "Ekstern lagringsplass",
"Dropbox App Configuration" : "Konfigurering av Dropbox-app",
"Google Drive App Configuration" : "Konfigurering av Google Disk-app",
"Personal" : "Personlig",
"System" : "System",
"Grant access" : "Gi tilgang",
@ -16,7 +14,6 @@
"Error generating key pair" : "Feil ved nøkkelgenerering",
"All users. Type to select user or group." : "Alle brukere. Tast for å velge bruker eller gruppe.",
"(group)" : "(gruppe)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD-koding (treg)",
"Admin defined" : "Admin-definert",
"Saved" : "Lagret",
"Empty response from the server" : "Tomt svar fra serveren",

View File

@ -3,7 +3,7 @@ OC.L10N.register(
{
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas solicitadas. Verifique se o código e o segredo da sua app estão corretos.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas de acesso. Verifique se o código e o segredo da sua app estão corretos.",
"Please provide a valid app key and secret." : "Por favor indique um segredo e chave de app válida.",
"Please provide a valid app key and secret." : "Por favor, indique um código e segredo de app válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
"External storage" : "Armazenamento Externo",

View File

@ -1,7 +1,7 @@
{ "translations": {
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas solicitadas. Verifique se o código e o segredo da sua app estão corretos.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas de acesso. Verifique se o código e o segredo da sua app estão corretos.",
"Please provide a valid app key and secret." : "Por favor indique um segredo e chave de app válida.",
"Please provide a valid app key and secret." : "Por favor, indique um código e segredo de app válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
"External storage" : "Armazenamento Externo",

View File

@ -7,8 +7,6 @@ OC.L10N.register(
"Step 1 failed. Exception: %s" : "ขั้นตอนที่ 1 ล้มเหลว ข้อยกเว้น: %s",
"Step 2 failed. Exception: %s" : "ขั้นตอนที่ 2 ล้มเหลว ข้อยกเว้น: %s",
"External storage" : "จัดเก็บข้อมูลภายนอก",
"Dropbox App Configuration" : "ตั้งค่าแอพฯ Dropbox",
"Google Drive App Configuration" : "ตั้งค่าแอพฯ Google Drive",
"Personal" : "ส่วนตัว",
"System" : "ระบบ",
"Grant access" : "อนุญาตให้เข้าถึงได้",
@ -18,7 +16,6 @@ OC.L10N.register(
"Error generating key pair" : "ข้อผิดพลาดในการสร้างคีย์แบบเป็นคู่",
"All users. Type to select user or group." : "ผู้ใช้ทุกคน พิมพ์เพื่อเลือกผู้ใช้หรือกลุ่ม",
"(group)" : "(กลุ่ม)",
"Compatibility with Mac NFD encoding (slow)" : "ความเข้ากันได้กับการเข้ารหัส Mac NFS (ช้า)",
"Admin defined" : "ถูกกำหนดโดยผู้ดูแลระบบ",
"Saved" : "บันทึกแล้ว",
"Empty response from the server" : "ไม่มีการตอบสนองจากเซิร์ฟเวอร์",

View File

@ -5,8 +5,6 @@
"Step 1 failed. Exception: %s" : "ขั้นตอนที่ 1 ล้มเหลว ข้อยกเว้น: %s",
"Step 2 failed. Exception: %s" : "ขั้นตอนที่ 2 ล้มเหลว ข้อยกเว้น: %s",
"External storage" : "จัดเก็บข้อมูลภายนอก",
"Dropbox App Configuration" : "ตั้งค่าแอพฯ Dropbox",
"Google Drive App Configuration" : "ตั้งค่าแอพฯ Google Drive",
"Personal" : "ส่วนตัว",
"System" : "ระบบ",
"Grant access" : "อนุญาตให้เข้าถึงได้",
@ -16,7 +14,6 @@
"Error generating key pair" : "ข้อผิดพลาดในการสร้างคีย์แบบเป็นคู่",
"All users. Type to select user or group." : "ผู้ใช้ทุกคน พิมพ์เพื่อเลือกผู้ใช้หรือกลุ่ม",
"(group)" : "(กลุ่ม)",
"Compatibility with Mac NFD encoding (slow)" : "ความเข้ากันได้กับการเข้ารหัส Mac NFS (ช้า)",
"Admin defined" : "ถูกกำหนดโดยผู้ดูแลระบบ",
"Saved" : "บันทึกแล้ว",
"Empty response from the server" : "ไม่มีการตอบสนองจากเซิร์ฟเวอร์",

View File

@ -7,8 +7,6 @@ OC.L10N.register(
"Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
"Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
"External storage" : "Harici depolama",
"Dropbox App Configuration" : "Dropbox'u yapılandır",
"Google Drive App Configuration" : "Google Drive'ı yapılandır",
"Personal" : "Kişisel",
"System" : "Sistem",
"Grant access" : "Erişimi sağla",

View File

@ -5,8 +5,6 @@
"Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
"Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
"External storage" : "Harici depolama",
"Dropbox App Configuration" : "Dropbox'u yapılandır",
"Google Drive App Configuration" : "Google Drive'ı yapılandır",
"Personal" : "Kişisel",
"System" : "Sistem",
"Grant access" : "Erişimi sağla",

View File

@ -101,7 +101,7 @@ OC.L10N.register(
"the link expired" : "el enlace expiró",
"sharing is disabled" : "compartir está desactivado",
"For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.",
"Add to your ownCloud" : "Agregue a su ownCloud",
"Add to your ownCloud" : "Agregue su propio ownCloud",
"Download" : "Descargar",
"Download %s" : "Descargar %s",
"Direct link" : "Enlace directo"

View File

@ -99,7 +99,7 @@
"the link expired" : "el enlace expiró",
"sharing is disabled" : "compartir está desactivado",
"For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.",
"Add to your ownCloud" : "Agregue a su ownCloud",
"Add to your ownCloud" : "Agregue su propio ownCloud",
"Download" : "Descargar",
"Download %s" : "Descargar %s",
"Direct link" : "Enlace directo"

View File

@ -27,25 +27,6 @@ OC.L10N.register(
"Invalid ownCloud url" : "Ugyldig ownCloud-url",
"Shared by" : "Delt av",
"Sharing" : "Deling",
"Share API is disabled" : "Delings-API er deaktivert",
"Wrong share ID, share doesn't exist" : "Feil delings-ID, delingen finnes ikke",
"Could not delete share" : "Klarte ikke å slette deling",
"Please specify a file or folder path" : "Vennligst angi sti til en fil eller mappe",
"Wrong path, file/folder doesn't exist" : "Feil sti, fil/mappe finnest ikke",
"Please specify a valid user" : "Vennligst angi en gyldig bruker",
"Group sharing is disabled by the administrator" : "Gruppedeling er deaktivert av administratoren",
"Please specify a valid group" : "Vennligst angi en gyldig gruppe",
"Public link sharing is disabled by the administrator" : "Deling med offentlig lenke er deaktivert av administratoren",
"Public upload disabled by the administrator" : "Deling med offentlig opplasting er deaktivert av administratoren",
"Public upload is only possible for publicly shared folders" : "Offentlig opplasting er kun mulig for offentlig delte mapper",
"Invalid date, date format must be YYYY-MM-DD" : "Ugyldig dato, datoformatet må være ÅÅÅÅ-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %s",
"Unknown share type" : "Ukjent delingstype",
"Not a directory" : "Ikke en katalog",
"Could not lock path" : "Klarte ikke å låse stien",
"Can't change permissions for public share links" : "Kan ikke endre rettigheter for offentlig delte lenker",
"Wrong or no update parameter given" : "Feil eller ingen oppdateringsparameter angitt",
"Cannot increase permissions" : "Kan ikke øke tillatelser",
"A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "En fil eller mappe ble delt fra <strong>en annen server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "En offentlig delt fil eller mappe ble <strong>lastet ned</strong>",

View File

@ -25,25 +25,6 @@
"Invalid ownCloud url" : "Ugyldig ownCloud-url",
"Shared by" : "Delt av",
"Sharing" : "Deling",
"Share API is disabled" : "Delings-API er deaktivert",
"Wrong share ID, share doesn't exist" : "Feil delings-ID, delingen finnes ikke",
"Could not delete share" : "Klarte ikke å slette deling",
"Please specify a file or folder path" : "Vennligst angi sti til en fil eller mappe",
"Wrong path, file/folder doesn't exist" : "Feil sti, fil/mappe finnest ikke",
"Please specify a valid user" : "Vennligst angi en gyldig bruker",
"Group sharing is disabled by the administrator" : "Gruppedeling er deaktivert av administratoren",
"Please specify a valid group" : "Vennligst angi en gyldig gruppe",
"Public link sharing is disabled by the administrator" : "Deling med offentlig lenke er deaktivert av administratoren",
"Public upload disabled by the administrator" : "Deling med offentlig opplasting er deaktivert av administratoren",
"Public upload is only possible for publicly shared folders" : "Offentlig opplasting er kun mulig for offentlig delte mapper",
"Invalid date, date format must be YYYY-MM-DD" : "Ugyldig dato, datoformatet må være ÅÅÅÅ-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %s",
"Unknown share type" : "Ukjent delingstype",
"Not a directory" : "Ikke en katalog",
"Could not lock path" : "Klarte ikke å låse stien",
"Can't change permissions for public share links" : "Kan ikke endre rettigheter for offentlig delte lenker",
"Wrong or no update parameter given" : "Feil eller ingen oppdateringsparameter angitt",
"Cannot increase permissions" : "Kan ikke øke tillatelser",
"A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>",
"A file or folder was shared from <strong>another server</strong>" : "En fil eller mappe ble delt fra <strong>en annen server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "En offentlig delt fil eller mappe ble <strong>lastet ned</strong>",

View File

@ -27,23 +27,6 @@ OC.L10N.register(
"Invalid ownCloud url" : "Geçersiz ownCloud adresi",
"Shared by" : "Paylaşan",
"Sharing" : "Paylaşım",
"Share API is disabled" : "API paylaşımı devre dışı",
"Wrong share ID, share doesn't exist" : "Yanlış kimlik paylaşımı, paylaşım mevcut değil",
"Could not delete share" : "Paylaşım silinemedi",
"Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin",
"Group sharing is disabled by the administrator" : "Topluluk paylaşımı yönetici yarafından devre dışı bırakıldı.",
"Please specify a valid group" : "Lütfen geçerli bir topluluk belirtin",
"Public link sharing is disabled by the administrator" : "Genel bağlantı paylaşımı yöneticiniz tarafından devre dışı bırakıldı .",
"Public upload disabled by the administrator" : "Genel kaşıya yükleme yöneticiniz tarafından devre dışı bırakıldı .",
"Public upload is only possible for publicly shared folders" : "Genel karşıya yüklemeler sadece genel paylaşılmış dosyalar için mümkündür.",
"Invalid date, date format must be YYYY-MM-DD" : "Geçersiz tarih, tarih formatı YIL-AY-GÜN şeklinde olmalı",
"Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşımı başarısız",
"Unknown share type" : "Bilinmeyen paylaşın türü",
"Not a directory" : "Herhangi bir dizin yok",
"Could not lock path" : "Yol bulunamadı",
"Can't change permissions for public share links" : "Genel paylaşılan bağlantılar için izin değiştirilemiyor",
"Wrong or no update parameter given" : "Verilen parametreler hatalı veya yok",
"Cannot increase permissions" : "İzinler yükseltilemiyor",
"A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>",
"A file or folder was shared from <strong>another server</strong>" : "<strong>Başka sunucudan</strong> bir dosya veya klasör paylaşıldı",
"A public shared file or folder was <strong>downloaded</strong>" : "Herkese açık paylaşılan bir dosya veya klasör <strong>indirildi</strong>",

View File

@ -25,23 +25,6 @@
"Invalid ownCloud url" : "Geçersiz ownCloud adresi",
"Shared by" : "Paylaşan",
"Sharing" : "Paylaşım",
"Share API is disabled" : "API paylaşımı devre dışı",
"Wrong share ID, share doesn't exist" : "Yanlış kimlik paylaşımı, paylaşım mevcut değil",
"Could not delete share" : "Paylaşım silinemedi",
"Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin",
"Group sharing is disabled by the administrator" : "Topluluk paylaşımı yönetici yarafından devre dışı bırakıldı.",
"Please specify a valid group" : "Lütfen geçerli bir topluluk belirtin",
"Public link sharing is disabled by the administrator" : "Genel bağlantı paylaşımı yöneticiniz tarafından devre dışı bırakıldı .",
"Public upload disabled by the administrator" : "Genel kaşıya yükleme yöneticiniz tarafından devre dışı bırakıldı .",
"Public upload is only possible for publicly shared folders" : "Genel karşıya yüklemeler sadece genel paylaşılmış dosyalar için mümkündür.",
"Invalid date, date format must be YYYY-MM-DD" : "Geçersiz tarih, tarih formatı YIL-AY-GÜN şeklinde olmalı",
"Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşımı başarısız",
"Unknown share type" : "Bilinmeyen paylaşın türü",
"Not a directory" : "Herhangi bir dizin yok",
"Could not lock path" : "Yol bulunamadı",
"Can't change permissions for public share links" : "Genel paylaşılan bağlantılar için izin değiştirilemiyor",
"Wrong or no update parameter given" : "Verilen parametreler hatalı veya yok",
"Cannot increase permissions" : "İzinler yükseltilemiyor",
"A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>",
"A file or folder was shared from <strong>another server</strong>" : "<strong>Başka sunucudan</strong> bir dosya veya klasör paylaşıldı",
"A public shared file or folder was <strong>downloaded</strong>" : "Herkese açık paylaşılan bir dosya veya klasör <strong>indirildi</strong>",

View File

@ -4,13 +4,13 @@ OC.L10N.register(
"Couldn't delete %s permanently" : "ไม่สามารถลบ %s แบบถาวร",
"Couldn't restore %s" : "ไม่สามารถกู้คืน %s",
"Deleted files" : "ไฟล์ที่ถูกลบ",
"Restore" : "กู้คืน",
"Restore" : "คืนค่า",
"Delete" : "ลบ",
"Delete permanently" : "ลบแบบถาวร",
"Error" : "ข้อผิดพลาด",
"This operation is forbidden" : "การดำเนินการนี้ถูกห้าม",
"This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรกทอรีนี้โปรดตรวจสอบบันทึกหรือติดต่อผู้ดูแลระบบ",
"restored" : "กู้คืนแล้ว",
"restored" : "การเรียกคืน",
"No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
"You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกได้ลบจากที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",

View File

@ -2,13 +2,13 @@
"Couldn't delete %s permanently" : "ไม่สามารถลบ %s แบบถาวร",
"Couldn't restore %s" : "ไม่สามารถกู้คืน %s",
"Deleted files" : "ไฟล์ที่ถูกลบ",
"Restore" : "กู้คืน",
"Restore" : "คืนค่า",
"Delete" : "ลบ",
"Delete permanently" : "ลบแบบถาวร",
"Error" : "ข้อผิดพลาด",
"This operation is forbidden" : "การดำเนินการนี้ถูกห้าม",
"This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรกทอรีนี้โปรดตรวจสอบบันทึกหรือติดต่อผู้ดูแลระบบ",
"restored" : "กู้คืนแล้ว",
"restored" : "การเรียกคืน",
"No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
"You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกได้ลบจากที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",

View File

@ -4,7 +4,7 @@ OC.L10N.register(
"Could not revert: %s" : "ไม่สามารถย้อนกลับ: %s",
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับ มีการแก้ไขเมื่อ {timestamp}",
"Restore" : "กู้คืน",
"Restore" : "คืนค่า",
"No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า",
"More versions..." : "รุ่นอื่นๆ ..."
},

View File

@ -2,7 +2,7 @@
"Could not revert: %s" : "ไม่สามารถย้อนกลับ: %s",
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับ มีการแก้ไขเมื่อ {timestamp}",
"Restore" : "กู้คืน",
"Restore" : "คืนค่า",
"No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า",
"More versions..." : "รุ่นอื่นๆ ..."
},"pluralForm" :"nplurals=1; plural=0;"

View File

@ -2,7 +2,6 @@ OC.L10N.register(
"systemtags",
{
"Tags" : "Žymės",
"Tagged files" : "Pažymėti failai",
"No files in here" : "Čia nėra failų",
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
"Name" : "Pavadinimas",

View File

@ -1,6 +1,5 @@
{ "translations": {
"Tags" : "Žymės",
"Tagged files" : "Pažymėti failai",
"No files in here" : "Čia nėra failų",
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
"Name" : "Pavadinimas",

View File

@ -7,21 +7,13 @@ OC.L10N.register(
"Please select tags to filter by" : "Vennligst velg merkelapper å filtrere på",
"No files found for the selected tags" : "Ingen filer funnet for de valgte merkelappene",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-merkelapper</strong> for en fil er endret",
"You assigned system tag %3$s" : "Du festet system-merkelapp %3$s",
"%1$s assigned system tag %3$s" : "%1$s festet system-merkelapp %3$s",
"You unassigned system tag %3$s" : "Du fjernet system-merkelapp %3$s",
"%1$s unassigned system tag %3$s" : "%1$s fjernet system-merkelapp %3$s",
"You created system tag %2$s" : "Du opprettet system-merkelapp %2$s",
"%1$s created system tag %2$s" : "%1$s opprettet system-merkelapp %2$s",
"You deleted system tag %2$s" : "Du slettet system-merkelapp %2$s",
"%1$s deleted system tag %2$s" : "%1$s slettet system-merkelapp %2$s",
"You updated system tag %3$s to %2$s" : "Du oppdaterte system-merkelapp %3$s til %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s oppdaterte system-merkelapp %3$s til %2$s",
"You assigned system tag %3$s to %2$s" : "Du festet system-merkelapp %3$s på %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s festet system-merkelapp %3$s på %2$s",
"You unassigned system tag %3$s from %2$s" : "Du fjernet system-merkelapp %3$s fra %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s fjernet system-merkelapp %3$s fra %2$s",
"%s (restricted)" : "%s (begrenset)",
"%s (invisible)" : "%s (usynlig)",
"No files in here" : "Ingen filer her",
"No entries found in this folder" : "Ingen oppføringer funnet i denne mappen",

View File

@ -5,21 +5,13 @@
"Please select tags to filter by" : "Vennligst velg merkelapper å filtrere på",
"No files found for the selected tags" : "Ingen filer funnet for de valgte merkelappene",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-merkelapper</strong> for en fil er endret",
"You assigned system tag %3$s" : "Du festet system-merkelapp %3$s",
"%1$s assigned system tag %3$s" : "%1$s festet system-merkelapp %3$s",
"You unassigned system tag %3$s" : "Du fjernet system-merkelapp %3$s",
"%1$s unassigned system tag %3$s" : "%1$s fjernet system-merkelapp %3$s",
"You created system tag %2$s" : "Du opprettet system-merkelapp %2$s",
"%1$s created system tag %2$s" : "%1$s opprettet system-merkelapp %2$s",
"You deleted system tag %2$s" : "Du slettet system-merkelapp %2$s",
"%1$s deleted system tag %2$s" : "%1$s slettet system-merkelapp %2$s",
"You updated system tag %3$s to %2$s" : "Du oppdaterte system-merkelapp %3$s til %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s oppdaterte system-merkelapp %3$s til %2$s",
"You assigned system tag %3$s to %2$s" : "Du festet system-merkelapp %3$s på %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s festet system-merkelapp %3$s på %2$s",
"You unassigned system tag %3$s from %2$s" : "Du fjernet system-merkelapp %3$s fra %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s fjernet system-merkelapp %3$s fra %2$s",
"%s (restricted)" : "%s (begrenset)",
"%s (invisible)" : "%s (usynlig)",
"No files in here" : "Ingen filer her",
"No entries found in this folder" : "Ingen oppføringer funnet i denne mappen",

View File

@ -21,7 +21,6 @@ OC.L10N.register(
"%1$s assigned system tag %3$s to %2$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"You unassigned system tag %3$s from %2$s" : "คุณยังไม่ได้ได้กำหนดแท็กระบบจาก %3$s เป็น %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%s (restricted)" : "%s (ถูกจำกัด)",
"%s (invisible)" : "%s (มองไม่เห็น)",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",

View File

@ -19,7 +19,6 @@
"%1$s assigned system tag %3$s to %2$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"You unassigned system tag %3$s from %2$s" : "คุณยังไม่ได้ได้กำหนดแท็กระบบจาก %3$s เป็น %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%s (restricted)" : "%s (ถูกจำกัด)",
"%s (invisible)" : "%s (มองไม่เห็น)",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",

View File

@ -2,27 +2,6 @@ OC.L10N.register(
"systemtags",
{
"Tags" : "Теги",
"Tagged files" : "Відмічені файли",
"Select tags to filter by" : "Виберіть теги по яких буде виконано відбір",
"Please select tags to filter by" : "Будь ласка виберіть теги по яких буде виконано вибірку",
"No files found for the selected tags" : "Не знайдено жодного файла з цими тегами",
"<strong>System tags</strong> for a file have been modified" : "<strong>Системні теги</strong> для файлу були змінені",
"You assigned system tag %3$s" : "Ви призначили системний тег %3$s",
"%1$s assigned system tag %3$s" : "%1$s призначений системний тег %3$s",
"You unassigned system tag %3$s" : "Ви зняли системний тег %3$s",
"%1$s unassigned system tag %3$s" : "%1$s знятий системний тег %3$s",
"You created system tag %2$s" : "Ви створили системний тег %2$s",
"%1$s created system tag %2$s" : "%1$s створений системний тег %2$s",
"You deleted system tag %2$s" : "Ви видалили системний тег %2$s",
"%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s",
"You updated system tag %3$s to %2$s" : "Ви змінили системний тег %3$s на %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s змінений системний тег %3$s to %2$s",
"You assigned system tag %3$s to %2$s" : "Ви призначили системний тег %3$s для %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s призначено системний тег %3$s для %2$s",
"You unassigned system tag %3$s from %2$s" : "Ви зняли позначку %3$s з %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s знято системний тег %3$s з %2$s",
"%s (restricted)" : "%s (доступ обмежено)",
"%s (invisible)" : "%s (невидимий)",
"No files in here" : "Тут немає файлів",
"No entries found in this folder" : "В цій теці нічого немає",
"Name" : "Ім’я",

View File

@ -1,26 +1,5 @@
{ "translations": {
"Tags" : "Теги",
"Tagged files" : "Відмічені файли",
"Select tags to filter by" : "Виберіть теги по яких буде виконано відбір",
"Please select tags to filter by" : "Будь ласка виберіть теги по яких буде виконано вибірку",
"No files found for the selected tags" : "Не знайдено жодного файла з цими тегами",
"<strong>System tags</strong> for a file have been modified" : "<strong>Системні теги</strong> для файлу були змінені",
"You assigned system tag %3$s" : "Ви призначили системний тег %3$s",
"%1$s assigned system tag %3$s" : "%1$s призначений системний тег %3$s",
"You unassigned system tag %3$s" : "Ви зняли системний тег %3$s",
"%1$s unassigned system tag %3$s" : "%1$s знятий системний тег %3$s",
"You created system tag %2$s" : "Ви створили системний тег %2$s",
"%1$s created system tag %2$s" : "%1$s створений системний тег %2$s",
"You deleted system tag %2$s" : "Ви видалили системний тег %2$s",
"%1$s deleted system tag %2$s" : "%1$s видалений системний тег %2$s",
"You updated system tag %3$s to %2$s" : "Ви змінили системний тег %3$s на %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s змінений системний тег %3$s to %2$s",
"You assigned system tag %3$s to %2$s" : "Ви призначили системний тег %3$s для %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s призначено системний тег %3$s для %2$s",
"You unassigned system tag %3$s from %2$s" : "Ви зняли позначку %3$s з %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s знято системний тег %3$s з %2$s",
"%s (restricted)" : "%s (доступ обмежено)",
"%s (invisible)" : "%s (невидимий)",
"No files in here" : "Тут немає файлів",
"No entries found in this folder" : "В цій теці нічого немає",
"Name" : "Ім’я",

View File

@ -13,7 +13,6 @@ OC.L10N.register(
"Checked on %s" : "%s に確認",
"Update channel:" : "アップデートチャンネル:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "開発版の新しいバージョンにアップデートできます。ただし、アップデート後は安定版にダウングレードできません。",
"Notify members of the following groups about available updates:" : "次のグループのメンバーに対してアップデートのメッセージが表示されます:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "アプリの更新のみ通知が有効です。選択したサーバーのアップデートチャンネルは、サーバーの更新については通知を許可していないからです。"
"Notify members of the following groups about available updates:" : "次のグループのメンバーに対してアップデートのメッセージが表示されます:"
},
"nplurals=1; plural=0;");

View File

@ -11,7 +11,6 @@
"Checked on %s" : "%s に確認",
"Update channel:" : "アップデートチャンネル:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "開発版の新しいバージョンにアップデートできます。ただし、アップデート後は安定版にダウングレードできません。",
"Notify members of the following groups about available updates:" : "次のグループのメンバーに対してアップデートのメッセージが表示されます:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "アプリの更新のみ通知が有効です。選択したサーバーのアップデートチャンネルは、サーバーの更新については通知を許可していないからです。"
"Notify members of the following groups about available updates:" : "次のグループのメンバーに対してアップデートのメッセージが表示されます:"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,10 +1,7 @@
OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Atnaujinti pranešimus",
"ownCloud core" : "ownCloud branduolys",
"Updater" : "Atnaujinimo programa",
"Your version is up to date." : "Jūsų versija atnaujinta.",
"Update channel:" : "Atnaujinimo kanalas:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą."
},

View File

@ -1,8 +1,5 @@
{ "translations": {
"Update notifications" : "Atnaujinti pranešimus",
"ownCloud core" : "ownCloud branduolys",
"Updater" : "Atnaujinimo programa",
"Your version is up to date." : "Jūsų versija atnaujinta.",
"Update channel:" : "Atnaujinimo kanalas:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"

View File

@ -1,19 +1,14 @@
OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Varsler om oppdatering",
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
"Updated channel" : "Oppdaterte kanal",
"ownCloud core" : "ownCloud-kjernen",
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
"Updater" : "Oppdaterer",
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
"Open updater" : "Åpne oppdaterer",
"Your version is up to date." : "Du har nyeste versjon.",
"Checked on %s" : "Sjekket %s",
"Update channel:" : "Oppdateringskanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal.",
"Notify members of the following groups about available updates:" : "Varsle medlemmer av følgende grupper om tilgjengelige oppdateringer:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Kun varsling om app-oppdateringer er tilgjengelig, fordi den valgte oppdateringskanalen for selve ownCloud ikke tillager varsling."
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +1,12 @@
{ "translations": {
"Update notifications" : "Varsler om oppdatering",
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
"Updated channel" : "Oppdaterte kanal",
"ownCloud core" : "ownCloud-kjernen",
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
"Updater" : "Oppdaterer",
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
"Open updater" : "Åpne oppdaterer",
"Your version is up to date." : "Du har nyeste versjon.",
"Checked on %s" : "Sjekket %s",
"Update channel:" : "Oppdateringskanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal.",
"Notify members of the following groups about available updates:" : "Varsle medlemmer av følgende grupper om tilgjengelige oppdateringer:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Kun varsling om app-oppdateringer er tilgjengelig, fordi den valgte oppdateringskanalen for selve ownCloud ikke tillager varsling."
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,19 +1,14 @@
OC.L10N.register(
"updatenotification",
{
"Update notifications" : "แจ้งเตือนการปรับปรุง",
"{version} is available. Get more information on how to update." : "มีรุ่นใหม่ {version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"Updated channel" : "อัพเดทแชลแนลเรียบร้อยแล้ว",
"ownCloud core" : "ownCloud หลัก",
"Update for %1$s to version %2$s is available." : "มีอัพเดทสำหรับ %1$s ไปยังรุ่น %2$s ที่พร้อมใช้งานแล้ว",
"Updated channel" : "ปรับปรุงรูปแบบการอัพเดทเรียบร้อยแล้ว",
"Updater" : "อัพเดท",
"A new version is available: %s" : "มีรุ่นใหม่ที่สามารถใช่ได้: %s",
"Open updater" : "เปิดตัวอัพเดท",
"Your version is up to date." : "<strong>รุ่นของคุณใหม่ล่าสุดแล้ว</strong>",
"Checked on %s" : "ตรวจสอบเมื่อ %s แล้ว",
"Update channel:" : "รูปแบบการอัพเดท:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ",
"Notify members of the following groups about available updates:" : "แจ้งเตือนสมาชิกที่กำลังติดตามกลุ่มนี้เกี่ยวกับการอัพเดทที่เกิดขึ้น:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "แจ้งเตือนเฉพาะแอพฯที่พร้อมอัพเดทเพราะการอัพเดทแชลแนลที่เลือกด้วยตัวเองสำหรับ ownCloud ยังไม่อนุญาตให้มีการแจ้งเตือน"
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ"
},
"nplurals=1; plural=0;");

View File

@ -1,17 +1,12 @@
{ "translations": {
"Update notifications" : "แจ้งเตือนการปรับปรุง",
"{version} is available. Get more information on how to update." : "มีรุ่นใหม่ {version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"Updated channel" : "อัพเดทแชลแนลเรียบร้อยแล้ว",
"ownCloud core" : "ownCloud หลัก",
"Update for %1$s to version %2$s is available." : "มีอัพเดทสำหรับ %1$s ไปยังรุ่น %2$s ที่พร้อมใช้งานแล้ว",
"Updated channel" : "ปรับปรุงรูปแบบการอัพเดทเรียบร้อยแล้ว",
"Updater" : "อัพเดท",
"A new version is available: %s" : "มีรุ่นใหม่ที่สามารถใช่ได้: %s",
"Open updater" : "เปิดตัวอัพเดท",
"Your version is up to date." : "<strong>รุ่นของคุณใหม่ล่าสุดแล้ว</strong>",
"Checked on %s" : "ตรวจสอบเมื่อ %s แล้ว",
"Update channel:" : "รูปแบบการอัพเดท:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ",
"Notify members of the following groups about available updates:" : "แจ้งเตือนสมาชิกที่กำลังติดตามกลุ่มนี้เกี่ยวกับการอัพเดทที่เกิดขึ้น:",
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "แจ้งเตือนเฉพาะแอพฯที่พร้อมอัพเดทเพราะการอัพเดทแชลแนลที่เลือกด้วยตัวเองสำหรับ ownCloud ยังไม่อนุญาตให้มีการแจ้งเตือน"
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,10 +1,8 @@
OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Bildirimleri güncelle",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"Updated channel" : "Kanal güncellendi",
"ownCloud core" : "ownCloud çekirdeği",
"Updater" : "Güncelleyici",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
"Open updater" : "Güncelleyiciyi aç",

View File

@ -1,8 +1,6 @@
{ "translations": {
"Update notifications" : "Bildirimleri güncelle",
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"Updated channel" : "Kanal güncellendi",
"ownCloud core" : "ownCloud çekirdeği",
"Updater" : "Güncelleyici",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
"Open updater" : "Güncelleyiciyi aç",

View File

@ -1,18 +1,9 @@
OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Сповіщення про оновлення",
"{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.",
"Updated channel" : "Канал оновлено",
"ownCloud core" : "Ядро ownCloud",
"Update for %1$s to version %2$s is available." : "Доступне оновлення з версії %1$s до %2$s.",
"Updater" : "Оновлення",
"A new version is available: %s" : "Доступна нова версія: %s",
"Open updater" : "Відкрити меню оновлення",
"Your version is up to date." : "Ви використовуєте останню версію ownCloud.",
"Checked on %s" : "Остання провірка відбулася %s",
"Update channel:" : "Канал оновлення:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Ви завжди зможите оновити ownCloud до новішої версії або перейти на тестову версію. Але ви не зможите встановити старішу версію або перейти на стабільний канал.",
"Notify members of the following groups about available updates:" : "Сповіщяти учасників даної групи про доступні оновлення."
"Update channel:" : "Канал оновлення:"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -1,16 +1,7 @@
{ "translations": {
"Update notifications" : "Сповіщення про оновлення",
"{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.",
"Updated channel" : "Канал оновлено",
"ownCloud core" : "Ядро ownCloud",
"Update for %1$s to version %2$s is available." : "Доступне оновлення з версії %1$s до %2$s.",
"Updater" : "Оновлення",
"A new version is available: %s" : "Доступна нова версія: %s",
"Open updater" : "Відкрити меню оновлення",
"Your version is up to date." : "Ви використовуєте останню версію ownCloud.",
"Checked on %s" : "Остання провірка відбулася %s",
"Update channel:" : "Канал оновлення:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Ви завжди зможите оновити ownCloud до новішої версії або перейти на тестову версію. Але ви не зможите встановити старішу версію або перейти на стабільний канал.",
"Notify members of the following groups about available updates:" : "Сповіщяти учасників даної групи про доступні оновлення."
"Update channel:" : "Канал оновлення:"
},"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);"
}

View File

@ -149,7 +149,6 @@ OC.L10N.register(
"User Home Folder Naming Rule" : "כלל קביעת שם תיקיית בית למשתמש",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "יש להשאיר ריק לשם משתמש (ברירת מחדל). לחילופין, יש להגדיר מאפיין LDAP/AD.",
"Internal Username" : "שם משתמש פנימי",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "כברירת מחדל שם המשתמש הפנימי יופק ממשתנה ה- UUID. תכונה זו מוודאת ששם המשתמש ייחודי ותווים מיוחדים אינם צריכים להיות מומרים. שם המשתמש הפנימי מוגבל בכך שרק התווים הבאים מותרים: [ a-zA-Z0-9_.@- ]. תווים אחרים מוחלפים בהגדרת כתווי ASCII או פשוט מושמטים. במקרה של התנגשות נוסף/מועלה מספר. שם המשתמש הפנימי משמש לזיהוי פנימי. כמו כן משמש כשם ברירת המחדל לשם תיקיית הבית של המשתמש. בנוסף השם משמש כבסיס לנתיבי אינטרנט לכל שירותי ה- *DAV. בהגדרה זו , ניתן לדרוס את התנהגות ברירת המחדל. להשגת תכונה דומה למקרה הקודם ownCloud 5 מספק משתנה שם תצוגה למשתמש בשדה הבא. ניתן להשאיר את השדה ריק להתנהגות ברירת המחדל. שינויים ישפיעו רק על משתמשי (שהוספו) LDAP חדשים.",
"Internal Username Attribute:" : "מאפיין שם משתמש פנימי:",
"Override UUID detection" : "דריסת זיהוי UUID",
"UUID Attribute for Users:" : "מאפייני UUID למשתמשים:",

View File

@ -147,7 +147,6 @@
"User Home Folder Naming Rule" : "כלל קביעת שם תיקיית בית למשתמש",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "יש להשאיר ריק לשם משתמש (ברירת מחדל). לחילופין, יש להגדיר מאפיין LDAP/AD.",
"Internal Username" : "שם משתמש פנימי",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "כברירת מחדל שם המשתמש הפנימי יופק ממשתנה ה- UUID. תכונה זו מוודאת ששם המשתמש ייחודי ותווים מיוחדים אינם צריכים להיות מומרים. שם המשתמש הפנימי מוגבל בכך שרק התווים הבאים מותרים: [ a-zA-Z0-9_.@- ]. תווים אחרים מוחלפים בהגדרת כתווי ASCII או פשוט מושמטים. במקרה של התנגשות נוסף/מועלה מספר. שם המשתמש הפנימי משמש לזיהוי פנימי. כמו כן משמש כשם ברירת המחדל לשם תיקיית הבית של המשתמש. בנוסף השם משמש כבסיס לנתיבי אינטרנט לכל שירותי ה- *DAV. בהגדרה זו , ניתן לדרוס את התנהגות ברירת המחדל. להשגת תכונה דומה למקרה הקודם ownCloud 5 מספק משתנה שם תצוגה למשתמש בשדה הבא. ניתן להשאיר את השדה ריק להתנהגות ברירת המחדל. שינויים ישפיעו רק על משתמשי (שהוספו) LDAP חדשים.",
"Internal Username Attribute:" : "מאפיין שם משתמש פנימי:",
"Override UUID detection" : "דריסת זיהוי UUID",
"UUID Attribute for Users:" : "מאפייני UUID למשתמשים:",

View File

@ -18,21 +18,14 @@ OC.L10N.register(
"Groups" : "Grupės",
"Test Configuration" : "Bandyti konfigūraciją",
"Help" : "Pagalba",
"LDAP / AD Username:" : "LDAP / AD naudotojo vardas:",
"LDAP / AD Email Address:" : "LDAP / AD el. pašto adresas:",
"Verify settings" : "Patvirtinti nustatymus",
"1. Server" : "1. Serveris",
"%s. Server:" : "%s. Serveris:",
"Host" : "Mazgas",
"Port" : "Prievadas",
"User DN" : "Naudotojas DN",
"Password" : "Slaptažodis",
"For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.",
"One Base DN per line" : "Vienas bazinis DN eilutėje",
"Saving" : "Saugoma...",
"Back" : "Atgal",
"Continue" : "Tęsti",
"LDAP" : "LDAP",
"Advanced" : "Išplėstiniai",
"Connection Settings" : "Ryšio nustatymai",
"Configuration Active" : "Konfigūracija aktyvi",

View File

@ -16,21 +16,14 @@
"Groups" : "Grupės",
"Test Configuration" : "Bandyti konfigūraciją",
"Help" : "Pagalba",
"LDAP / AD Username:" : "LDAP / AD naudotojo vardas:",
"LDAP / AD Email Address:" : "LDAP / AD el. pašto adresas:",
"Verify settings" : "Patvirtinti nustatymus",
"1. Server" : "1. Serveris",
"%s. Server:" : "%s. Serveris:",
"Host" : "Mazgas",
"Port" : "Prievadas",
"User DN" : "Naudotojas DN",
"Password" : "Slaptažodis",
"For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.",
"One Base DN per line" : "Vienas bazinis DN eilutėje",
"Saving" : "Saugoma...",
"Back" : "Atgal",
"Continue" : "Tęsti",
"LDAP" : "LDAP",
"Advanced" : "Išplėstiniai",
"Connection Settings" : "Ryšio nustatymai",
"Configuration Active" : "Konfigūracija aktyvi",

View File

@ -13,7 +13,6 @@ OC.L10N.register(
" Could not set configuration %s" : "Klarte ikke å sette konfigurasjon %s",
"Action does not exist" : "Aksjonen eksisterer ikke",
"The Base DN appears to be wrong" : "Basis-DN ser ut til å være feil",
"Testing configuration…" : "Tester konfigurasjonen...",
"Configuration incorrect" : "Konfigurasjon feil",
"Configuration incomplete" : "Konfigurasjon ufullstendig",
"Configuration OK" : "Konfigurasjon OK",
@ -96,7 +95,6 @@ OC.L10N.register(
"Test Base DN" : "Test basis-DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP-forespørsler. Bedre for store oppsett men krever litt LDAP-kunnskap.",
"Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP-filtre manuelt (anbefalt for store kataloger)",
"%s access is limited to users meeting these criteria:" : "%s-tilgang er begrenset til brukere som tilfredsstiller disse kriteriene:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De mest vanlige objektklassene for brukere er organizationalPerson, person, user og inetOrgPerson. Kontakt katalogadministratoren hvis du er usikker på hvilken objektklasse du skal velge.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.",
"Verify settings and count users" : "Sjekk innstillinger og tell brukere",

View File

@ -11,7 +11,6 @@
" Could not set configuration %s" : "Klarte ikke å sette konfigurasjon %s",
"Action does not exist" : "Aksjonen eksisterer ikke",
"The Base DN appears to be wrong" : "Basis-DN ser ut til å være feil",
"Testing configuration…" : "Tester konfigurasjonen...",
"Configuration incorrect" : "Konfigurasjon feil",
"Configuration incomplete" : "Konfigurasjon ufullstendig",
"Configuration OK" : "Konfigurasjon OK",
@ -94,7 +93,6 @@
"Test Base DN" : "Test basis-DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP-forespørsler. Bedre for store oppsett men krever litt LDAP-kunnskap.",
"Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP-filtre manuelt (anbefalt for store kataloger)",
"%s access is limited to users meeting these criteria:" : "%s-tilgang er begrenset til brukere som tilfredsstiller disse kriteriene:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De mest vanlige objektklassene for brukere er organizationalPerson, person, user og inetOrgPerson. Kontakt katalogadministratoren hvis du er usikker på hvilken objektklasse du skal velge.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.",
"Verify settings and count users" : "Sjekk innstillinger og tell brukere",

View File

@ -1,9 +1,9 @@
OC.L10N.register(
"user_ldap",
{
"Failed to clear the mappings." : "Falhou ao limpar os mapeamentos.",
"Failed to clear the mappings." : "Falhou ao limpar os mapas.",
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: não é permitida ligação anónima.",
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer a conexão. Por favor, verifique as configurações do servidor e as credenciais.",
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o registo (log) do ownCloud para mais detalhes.",

View File

@ -1,7 +1,7 @@
{ "translations": {
"Failed to clear the mappings." : "Falhou ao limpar os mapeamentos.",
"Failed to clear the mappings." : "Falhou ao limpar os mapas.",
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: não é permitida ligação anónima.",
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer a conexão. Por favor, verifique as configurações do servidor e as credenciais.",
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o registo (log) do ownCloud para mais detalhes.",

View File

@ -96,7 +96,6 @@ OC.L10N.register(
"Test Base DN" : "ทดสอบ Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "หลีกเลี่ยงการร้องขอ LDAP อัตโนมัติ ดีกว่าสำหรับการตั้งค่าที่มากกว่า แต่ต้องมีความรู้เรื่อง LDAP",
"Manually enter LDAP filters (recommended for large directories)" : "ป้อนตัวกรอง LDAP ด้วยตนเอง (แนะนำสำหรับไดเรกทอรีขนาดใหญ่)",
"%s access is limited to users meeting these criteria:" : "%s การเข้าถึงถูกจำกัดกับผู้ใช้ที่อยู่ในเงื่อนไขเหล่านี้:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "คลาสวัตถุที่พบมากที่สุดสำหรับผู้ใช้มี organizationalPerson, person, user และ inetOrgPerson หากคุณไม่แน่ใจว่าต้องเลือกคลาสวัตถุตัวไหนโปรดปรึกษาผู้ดูแลระบบไดเรกทอรีของคุณ",
"The filter specifies which LDAP users shall have access to the %s instance." : "ระบุตัวกรองที่ผู้ใช้ LDAP จะมีการเข้าถึง %s",
"Verify settings and count users" : "ตรวจสอบการตั้งค่าและการนับจำนวนผู้ใช้",
@ -134,7 +133,6 @@ OC.L10N.register(
"One Group Base DN per line" : "หนึ่ง Group Base DN ต่อหนึ่งบรรทัด",
"Group Search Attributes" : "คุณลักษณะการค้นหาแบบกลุ่ม",
"Group-Member association" : "ความสัมพันธ์ของสมาชิกในกลุ่ม",
"Dynamic Group Member URL" : "URL สมาชิกกลุ่มแบบไดนามิก",
"Nested Groups" : "กลุ่มที่ซ้อนกัน",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "เมื่อเปิดสวิตซ์ กลุ่มจะได้รับการสนันสนุน (เฉพาะการทำงานถ้าคุณลักษณะสมาชิกกลุ่มมี DN)",
"Paging chunksize" : "ขนาด Paging chunk",

View File

@ -94,7 +94,6 @@
"Test Base DN" : "ทดสอบ Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "หลีกเลี่ยงการร้องขอ LDAP อัตโนมัติ ดีกว่าสำหรับการตั้งค่าที่มากกว่า แต่ต้องมีความรู้เรื่อง LDAP",
"Manually enter LDAP filters (recommended for large directories)" : "ป้อนตัวกรอง LDAP ด้วยตนเอง (แนะนำสำหรับไดเรกทอรีขนาดใหญ่)",
"%s access is limited to users meeting these criteria:" : "%s การเข้าถึงถูกจำกัดกับผู้ใช้ที่อยู่ในเงื่อนไขเหล่านี้:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "คลาสวัตถุที่พบมากที่สุดสำหรับผู้ใช้มี organizationalPerson, person, user และ inetOrgPerson หากคุณไม่แน่ใจว่าต้องเลือกคลาสวัตถุตัวไหนโปรดปรึกษาผู้ดูแลระบบไดเรกทอรีของคุณ",
"The filter specifies which LDAP users shall have access to the %s instance." : "ระบุตัวกรองที่ผู้ใช้ LDAP จะมีการเข้าถึง %s",
"Verify settings and count users" : "ตรวจสอบการตั้งค่าและการนับจำนวนผู้ใช้",
@ -132,7 +131,6 @@
"One Group Base DN per line" : "หนึ่ง Group Base DN ต่อหนึ่งบรรทัด",
"Group Search Attributes" : "คุณลักษณะการค้นหาแบบกลุ่ม",
"Group-Member association" : "ความสัมพันธ์ของสมาชิกในกลุ่ม",
"Dynamic Group Member URL" : "URL สมาชิกกลุ่มแบบไดนามิก",
"Nested Groups" : "กลุ่มที่ซ้อนกัน",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "เมื่อเปิดสวิตซ์ กลุ่มจะได้รับการสนันสนุน (เฉพาะการทำงานถ้าคุณลักษณะสมาชิกกลุ่มมี DN)",
"Paging chunksize" : "ขนาด Paging chunk",

View File

@ -215,78 +215,38 @@ OC.L10N.register(
"new" : "nuevu",
"_download %n file_::_download %n files_" : ["descargando %n ficheru","descargando %n ficheros"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'actualización ta en cursu, salir d'esta páxina podría atayar el procesu en dellos entornos.",
"Updating to {version}" : "Anovando a {version}",
"An error occurred." : "Hebo un fallu",
"Please reload the page." : "Por favor, recarga la páxina",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'actualización nun tuvo ésitu . Pa más información <a href=\"{url}\">comprueba'l nuesu post del foro</a> falando d'esti tema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "L'anovamientu fízose con ésitu. Por favor, informa d'esti problema a la <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comuña ownCloud</a>.",
"The update was successful. There were warnings." : "L'anovamientu fízose con ésitu. Hai dellos avisos.",
"The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.",
"Searching other places" : "Guetando otros llugares",
"No search results in other folders" : "Nengún resultáu en otros direutorios",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["Atopose {count} resultáu en otros direutorios","Atopáronse {count} resultaos en otros direutorios"],
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
"Admin" : "Alministrador",
"Help" : "Ayuda",
"Access forbidden" : "Accesu denegáu",
"File not found" : "Nun s'atopó el ficheru",
"The specified document has not been found on the server." : "El documentu especificáu nun s'atopó nel servidor.",
"You can click here to return to %s." : "Pues calcar equí pa volver a %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n",
"The share will expire on %s." : "La compartición va caducar el %s.",
"Cheers!" : "¡Salú!",
"Internal Server Error" : "Fallu de Sirvidor Internu",
"The server encountered an internal error and was unable to complete your request." : "El sirvidor atopó un erru internu y nun pudo completar la so solicitú.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, póngase en contactu col alministrador del sirvidor si esti erru vuelve apaecer delles vegaes, por favor incluya los detalles técnicos nel so informe.",
"More details can be found in the server log." : "Puede atopar más detalles nel rexistru del servidor. ",
"Technical details" : "Detalles teúnicos",
"Remote Address: %s" : "Accesu Remotu: %s",
"Request ID: %s" : "Solicitú d'ID: %s",
"Type: %s" : "Triba: %s",
"Code: %s" : "Códigu: %s",
"Message: %s" : "Mensaxe: %s",
"File: %s" : "Ficheru: %s",
"Line: %s" : "Llínea: %s",
"Trace" : "Traza",
"Security warning" : "Avisu de seguridá",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "P'atopar información de cómo configurar correchamente'l sirvidor , consulte la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentación</a>.",
"Create an <strong>admin account</strong>" : "Crea una <strong>cuenta d'alministrador</strong>",
"Username" : "Nome d'usuariu",
"Storage & database" : "Almacenamientu y Base de datos",
"Data folder" : "Carpeta de datos",
"Configure the database" : "Configura la base de datos",
"Only %s is available." : "Namái ta disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instalar y activar los módulos de PHP adicionales pa escoyer otra triba de bases de datos.",
"For more details check out the documentation." : "Pa más detalles comprueba la documentación.",
"Database user" : "Usuariu de la base de datos",
"Database password" : "Contraseña de la base de datos",
"Database name" : "Nome de la base de datos",
"Database tablespace" : "Espaciu de tables de la base de datos",
"Database host" : "Agospiador de la base de datos",
"Performance warning" : "Avisu de rendimientu",
"SQLite will be used as database." : "SQLite va utilizase como base de datos.",
"For larger installations we recommend to choose a different database backend." : "Pa instalaciones más grandes encamiéntase escoyer un motor de base de datos distintu.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente cuando s'utiliza'l veceru d'escritoriu pa la sincronización de ficheros l'usu de SQLite ta desaconseyáu .",
"Finish setup" : "Finar la configuración ",
"Finishing …" : "Finando ...",
"Need help?" : "¿Precises sofitu?",
"See the documentation" : "Consulta la documentación",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hola, ¿qué hai?,<br><br>namái déxamos dicite que %s compartió <strong>%s</strong> contigo.\n<br><a href=\"%s\">¡Velu!</a><br><br>",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación rique JavaScript pal so correctu funcionamientu. Por favor {linkstart}habilitaJavaScript{linkend} y recarga la páxina.",
"Log out" : "Zarrar sesión",
"Search" : "Guetar",
"Server side authentication failed!" : "Falló l'autenticación nel sirvidor!",
"Please contact your administrator." : "Por favor, contauta col to alministrador",
"An internal error occurred." : "Hebo un fallu internu.",
"Please try again or contact your administrator." : "Por favor, inténtalo de nueves o ponte en contactu col alministrador.",
"Username or email" : "Nome d'usuariu o email",
"Log in" : "Aniciar sesión",
"Wrong password. Reset it?" : "Contraseña incorreuta. ¿Reafitala?",
"Wrong password." : "Contraseña incorreuta.",
"Stay logged in" : "Permanecer conectáu",
"Alternative Logins" : "Anicios de sesión alternativos",
"Use the following link to reset your password: {link}" : "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}",
"New password" : "Contraseña nueva",
@ -296,28 +256,10 @@ OC.L10N.register(
"This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.",
"Thank you for your patience." : "Gracies pola to paciencia.",
"Two-step verification" : "Verificación de dos pasos",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Habilitóse pa la so cuenta la seguridá ameyorada. Por favor autentica por aciu d'un segundu factor.",
"Cancel login" : "Encaboxar aniciu de sesión",
"Please authenticate using the selected factor." : "Por favor autentificate usando'l factor escoyíu.",
"An error occured while verifying the token" : "Hebo un fallu mientres se verificaba'l token",
"You are accessing the server from an untrusted domain." : "Tas accediendo al sirvidor dende un dominiu non confiáu.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contauta col alministrador. Si yes l'alministrador d'esta instancia, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo la so configuración , como administrador también puedes utilizar el botón d'abaxu p'afitar esti dominiu.",
"Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza",
"App update required" : "Actualización de l'aplicación riquida",
"%s will be updated to version %s" : "%s anovaráse a la versión %s",
"These apps will be updated:" : "Estes aplicaciones van anovase:",
"These incompatible apps will be disabled:" : "Deshabilitaránse les siguientes aplicaciones incompatibles:",
"The theme %s has been disabled." : "Deshabilitóse'l tema %s.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.",
"Start update" : "Aniciar anovamientu",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Pa evitar tiempos d'espera con instalaciones más grandes, nel so llugar puede executar el siguiente comandu dende'l directoriu d'instalación:",
"Detailed logs" : "Rexistros detallaos",
"Update needed" : "Anovamientu necesariu",
"Please use the command line updater because you have a big instance." : "Por favor, usa l'actualización de llínea de comandos porque ties una instancia grande.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pa llograr sofitu, consulte la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s ta anguaño en mou de mantenimientu, polo que pue tardar un pocoñín.",
"This page will refresh itself when the %s instance is available again." : "Esta páxina va anovase sola cuando la instancia %s tea disponible de nueves."
"Start update" : "Aniciar anovamientu"
},
"nplurals=2; plural=(n != 1);");

View File

@ -213,78 +213,38 @@
"new" : "nuevu",
"_download %n file_::_download %n files_" : ["descargando %n ficheru","descargando %n ficheros"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'actualización ta en cursu, salir d'esta páxina podría atayar el procesu en dellos entornos.",
"Updating to {version}" : "Anovando a {version}",
"An error occurred." : "Hebo un fallu",
"Please reload the page." : "Por favor, recarga la páxina",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'actualización nun tuvo ésitu . Pa más información <a href=\"{url}\">comprueba'l nuesu post del foro</a> falando d'esti tema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "L'anovamientu fízose con ésitu. Por favor, informa d'esti problema a la <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comuña ownCloud</a>.",
"The update was successful. There were warnings." : "L'anovamientu fízose con ésitu. Hai dellos avisos.",
"The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.",
"Searching other places" : "Guetando otros llugares",
"No search results in other folders" : "Nengún resultáu en otros direutorios",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["Atopose {count} resultáu en otros direutorios","Atopáronse {count} resultaos en otros direutorios"],
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
"Admin" : "Alministrador",
"Help" : "Ayuda",
"Access forbidden" : "Accesu denegáu",
"File not found" : "Nun s'atopó el ficheru",
"The specified document has not been found on the server." : "El documentu especificáu nun s'atopó nel servidor.",
"You can click here to return to %s." : "Pues calcar equí pa volver a %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n",
"The share will expire on %s." : "La compartición va caducar el %s.",
"Cheers!" : "¡Salú!",
"Internal Server Error" : "Fallu de Sirvidor Internu",
"The server encountered an internal error and was unable to complete your request." : "El sirvidor atopó un erru internu y nun pudo completar la so solicitú.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, póngase en contactu col alministrador del sirvidor si esti erru vuelve apaecer delles vegaes, por favor incluya los detalles técnicos nel so informe.",
"More details can be found in the server log." : "Puede atopar más detalles nel rexistru del servidor. ",
"Technical details" : "Detalles teúnicos",
"Remote Address: %s" : "Accesu Remotu: %s",
"Request ID: %s" : "Solicitú d'ID: %s",
"Type: %s" : "Triba: %s",
"Code: %s" : "Códigu: %s",
"Message: %s" : "Mensaxe: %s",
"File: %s" : "Ficheru: %s",
"Line: %s" : "Llínea: %s",
"Trace" : "Traza",
"Security warning" : "Avisu de seguridá",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "P'atopar información de cómo configurar correchamente'l sirvidor , consulte la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentación</a>.",
"Create an <strong>admin account</strong>" : "Crea una <strong>cuenta d'alministrador</strong>",
"Username" : "Nome d'usuariu",
"Storage & database" : "Almacenamientu y Base de datos",
"Data folder" : "Carpeta de datos",
"Configure the database" : "Configura la base de datos",
"Only %s is available." : "Namái ta disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instalar y activar los módulos de PHP adicionales pa escoyer otra triba de bases de datos.",
"For more details check out the documentation." : "Pa más detalles comprueba la documentación.",
"Database user" : "Usuariu de la base de datos",
"Database password" : "Contraseña de la base de datos",
"Database name" : "Nome de la base de datos",
"Database tablespace" : "Espaciu de tables de la base de datos",
"Database host" : "Agospiador de la base de datos",
"Performance warning" : "Avisu de rendimientu",
"SQLite will be used as database." : "SQLite va utilizase como base de datos.",
"For larger installations we recommend to choose a different database backend." : "Pa instalaciones más grandes encamiéntase escoyer un motor de base de datos distintu.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente cuando s'utiliza'l veceru d'escritoriu pa la sincronización de ficheros l'usu de SQLite ta desaconseyáu .",
"Finish setup" : "Finar la configuración ",
"Finishing …" : "Finando ...",
"Need help?" : "¿Precises sofitu?",
"See the documentation" : "Consulta la documentación",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hola, ¿qué hai?,<br><br>namái déxamos dicite que %s compartió <strong>%s</strong> contigo.\n<br><a href=\"%s\">¡Velu!</a><br><br>",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación rique JavaScript pal so correctu funcionamientu. Por favor {linkstart}habilitaJavaScript{linkend} y recarga la páxina.",
"Log out" : "Zarrar sesión",
"Search" : "Guetar",
"Server side authentication failed!" : "Falló l'autenticación nel sirvidor!",
"Please contact your administrator." : "Por favor, contauta col to alministrador",
"An internal error occurred." : "Hebo un fallu internu.",
"Please try again or contact your administrator." : "Por favor, inténtalo de nueves o ponte en contactu col alministrador.",
"Username or email" : "Nome d'usuariu o email",
"Log in" : "Aniciar sesión",
"Wrong password. Reset it?" : "Contraseña incorreuta. ¿Reafitala?",
"Wrong password." : "Contraseña incorreuta.",
"Stay logged in" : "Permanecer conectáu",
"Alternative Logins" : "Anicios de sesión alternativos",
"Use the following link to reset your password: {link}" : "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}",
"New password" : "Contraseña nueva",
@ -294,28 +254,10 @@
"This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.",
"Thank you for your patience." : "Gracies pola to paciencia.",
"Two-step verification" : "Verificación de dos pasos",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Habilitóse pa la so cuenta la seguridá ameyorada. Por favor autentica por aciu d'un segundu factor.",
"Cancel login" : "Encaboxar aniciu de sesión",
"Please authenticate using the selected factor." : "Por favor autentificate usando'l factor escoyíu.",
"An error occured while verifying the token" : "Hebo un fallu mientres se verificaba'l token",
"You are accessing the server from an untrusted domain." : "Tas accediendo al sirvidor dende un dominiu non confiáu.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contauta col alministrador. Si yes l'alministrador d'esta instancia, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo la so configuración , como administrador también puedes utilizar el botón d'abaxu p'afitar esti dominiu.",
"Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza",
"App update required" : "Actualización de l'aplicación riquida",
"%s will be updated to version %s" : "%s anovaráse a la versión %s",
"These apps will be updated:" : "Estes aplicaciones van anovase:",
"These incompatible apps will be disabled:" : "Deshabilitaránse les siguientes aplicaciones incompatibles:",
"The theme %s has been disabled." : "Deshabilitóse'l tema %s.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.",
"Start update" : "Aniciar anovamientu",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Pa evitar tiempos d'espera con instalaciones más grandes, nel so llugar puede executar el siguiente comandu dende'l directoriu d'instalación:",
"Detailed logs" : "Rexistros detallaos",
"Update needed" : "Anovamientu necesariu",
"Please use the command line updater because you have a big instance." : "Por favor, usa l'actualización de llínea de comandos porque ties una instancia grande.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pa llograr sofitu, consulte la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s ta anguaño en mou de mantenimientu, polo que pue tardar un pocoñín.",
"This page will refresh itself when the %s instance is available again." : "Esta páxina va anovase sola cuando la instancia %s tea disponible de nueves."
"Start update" : "Aniciar anovamientu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,7 +1,7 @@
OC.L10N.register(
"core",
{
"Please select a file." : "Seleccione un archivo, por favor.",
"Please select a file." : "Por favor, seleccione un archivo",
"File is too big" : "El archivo es demasiado grande",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",

View File

@ -1,5 +1,5 @@
{ "translations": {
"Please select a file." : "Seleccione un archivo, por favor.",
"Please select a file." : "Por favor, seleccione un archivo",
"File is too big" : "El archivo es demasiado grande",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",

View File

@ -86,7 +86,6 @@ OC.L10N.register(
"Share link" : "Enlace compartido",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Allow editing" : "Permitir edición",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Sending ..." : "Enviando...",
@ -99,7 +98,6 @@ OC.L10N.register(
"can share" : "puede compartir",
"can edit" : "puede editar",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"access control" : "control de acceso",
"Share" : "Compartir",

View File

@ -84,7 +84,6 @@
"Share link" : "Enlace compartido",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Allow editing" : "Permitir edición",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Sending ..." : "Enviando...",
@ -97,7 +96,6 @@
"can share" : "puede compartir",
"can edit" : "puede editar",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"access control" : "control de acceso",
"Share" : "Compartir",

View File

@ -195,7 +195,6 @@ OC.L10N.register(
"Warning" : "警告",
"Error while sending notification" : "通知送信中にエラーが発生",
"Non-existing tag #{tag}" : "存在しないタグ#{tag}",
"restricted" : "制限済",
"invisible" : "不可視",
"({scope})" : "({scope})",
"Delete" : "削除",
@ -297,10 +296,6 @@ OC.L10N.register(
"Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に問い合わせてください。",
"Thank you for your patience." : "しばらくお待ちください。",
"Two-step verification" : "2段階認証",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "あなたのアカウントではセキュリティ拡張が有効になっています。2要素認証を使って認証してください。",
"Cancel login" : "ログイン中止",
"Please authenticate using the selected factor." : "選択したデバイスを利用して認証してください。",
"An error occured while verifying the token" : "トークンの整合性チェックでエラーが発生",
"You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "管理者に問い合わせてください。このサーバーの管理者の場合は、\"trusted_domain\" の設定を config/config.php に設定してください。config/config.sample.php にサンプルの設定方法が記載してあります。",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "環境により、下のボタンで信頼するドメインに追加する必要があるかもしれません。",

View File

@ -193,7 +193,6 @@
"Warning" : "警告",
"Error while sending notification" : "通知送信中にエラーが発生",
"Non-existing tag #{tag}" : "存在しないタグ#{tag}",
"restricted" : "制限済",
"invisible" : "不可視",
"({scope})" : "({scope})",
"Delete" : "削除",
@ -295,10 +294,6 @@
"Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に問い合わせてください。",
"Thank you for your patience." : "しばらくお待ちください。",
"Two-step verification" : "2段階認証",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "あなたのアカウントではセキュリティ拡張が有効になっています。2要素認証を使って認証してください。",
"Cancel login" : "ログイン中止",
"Please authenticate using the selected factor." : "選択したデバイスを利用して認証してください。",
"An error occured while verifying the token" : "トークンの整合性チェックでエラーが発生",
"You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "管理者に問い合わせてください。このサーバーの管理者の場合は、\"trusted_domain\" の設定を config/config.php に設定してください。config/config.sample.php にサンプルの設定方法が記載してあります。",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "環境により、下のボタンで信頼するドメインに追加する必要があるかもしれません。",

Some files were not shown because too many files have changed in this diff Show More