diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-10-05 02:15:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-10-05 02:15:13 +0000 |
commit | b5ad2f9cb5863aad6749593fe8532ebd0c5558f6 (patch) | |
tree | 4b849759dc1b185e5117789321801a51e3c3a8f8 /apps | |
parent | 2809ffa5fe9213d682929eacaa21124c912c179d (diff) | |
download | nextcloud-server-b5ad2f9cb5863aad6749593fe8532ebd0c5558f6.tar.gz nextcloud-server-b5ad2f9cb5863aad6749593fe8532ebd0c5558f6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
116 files changed, 264 insertions, 216 deletions
diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 8248748db94..25db0a9bdf3 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -10,6 +10,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s a comentat la %2$s", "{author} commented on {file}" : " {author} a comentat la {file}", "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", @@ -24,6 +25,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], "Comment" : "Comentariu" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json index 86885e173af..be3394db4a6 100644 --- a/apps/comments/l10n/ro.json +++ b/apps/comments/l10n/ro.json @@ -8,6 +8,7 @@ "%1$s commented on %2$s" : "%1$s a comentat la %2$s", "{author} commented on {file}" : " {author} a comentat la {file}", "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", @@ -22,6 +23,7 @@ "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], "Comment" : "Comentariu" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js index eb0de1430fd..ae793084b89 100644 --- a/apps/files/l10n/ro.js +++ b/apps/files/l10n/ro.js @@ -14,19 +14,25 @@ OC.L10N.register( "Home" : "Acasă", "Close" : "Închide", "Could not create folder \"{dir}\"" : "Nu s-a putut crea directorul \"{dir}\"", + "This will stop your current uploads." : "Asta va opri descărcările curente.", "Upload cancelled." : "Încărcare anulată.", + "Processing files …" : "Procesare fișiere ...", "…" : "...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", "Target folder \"{dir}\" does not exist any more" : "Directorul \"{dir}\" nu mai există", "Not enough free space" : "Spațiu insuficient", + "An unknown error has occurred" : "A apărut o eroare necunoscută!", "Uploading …" : "Încărcare...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} din {totalSize} ({bitrate})", "Target folder does not exist any more" : "Directorul destinație nu mai există", "Actions" : "Acțiuni", "Rename" : "Redenumește", "Copy" : "Copiază", + "Choose target folder" : "Alege directorul destinație", "Open" : "Deschide", + "Delete file" : "Șterge fișier", + "Delete folder" : "Șterge director", "Disconnect storage" : "Deconectează stocarea", "Unshare" : "Nu mai partaja", "Files" : "Fișiere", @@ -38,6 +44,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Acest director nu este disponibil, te rugăm verifică logurile sau contactează un administrator", "Could not move \"{file}\", target exists" : "Nu s-a putut muta fișierul \"{file}\", există deja un altul cu același nume în directorul destinație", "Could not move \"{file}\"" : "Nu s-a putut muta fișierul \"{file}\"", + "copy" : "copiază", "Could not copy \"{file}\"" : "Nu s-a putut copia \"{file}\"", "Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}", "{newName} already exists" : "{newName} există deja", @@ -54,6 +61,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n director","%n directoare","%n directoare"], "_%n file_::_%n files_" : ["%n fișier","%n fișiere","%n fișiere"], "{dirs} and {files}" : "{dirs} și {files}", + "_including %n hidden_::_including %n hidden_" : ["incluzând %n ascuns","incluzând %nascunse","incluzând %nascuns"], "You don’t have permission to upload or create files here" : "Nu aveți permisiunea de a încărca sau crea fișiere aici", "_Uploading %n file_::_Uploading %n files_" : ["Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."], "New" : "Nou", @@ -66,6 +74,7 @@ OC.L10N.register( "Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Spațiul de stocare pentru {owner} este aproape plin ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", + "View in folder" : "Vizualizează în director", "Copied!" : "S-a copiat!", "Copy direct link (only works for users who have access to this file/folder)" : "Copiază link direct (funcționeză numai pentru utilizatorii care au acces la acest fișier/director)", "Path" : "Cale", @@ -108,6 +117,7 @@ OC.L10N.register( "A file or folder has been <strong>restored</strong>" : "Un fișier sau dosar a fost <strong>restaurat</strong>", "Upload (max. %s)" : "Încarcă (max. %s)", "%s used" : "%s folosiți", + "%s%% of %s used" : "%s%%din %sfolosiți", "%1$s of %2$s used" : "%1$s din %2$s utilizat", "Settings" : "Setări", "Show hidden files" : "Arată fișierele ascunse", @@ -123,9 +133,11 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "FIșierele și directoarele pe care le marchezi ca favorite vor apărea aici", "Tags" : "Etichete", "Deleted files" : "Fișiere șterse", + "Shares" : "Partajări", "Shared with others" : "Partajat cu alții", "Shared with you" : "Partajat cu tine", "Shared by link" : "Partajat prin link", + "Deleted shares" : "Partajări șterse", "Text file" : "Fișier text", "New text file.txt" : "New text file.txt", "File handling" : "Manipulare fișiere", diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json index bef0f7dda2b..5cffd966e8b 100644 --- a/apps/files/l10n/ro.json +++ b/apps/files/l10n/ro.json @@ -12,19 +12,25 @@ "Home" : "Acasă", "Close" : "Închide", "Could not create folder \"{dir}\"" : "Nu s-a putut crea directorul \"{dir}\"", + "This will stop your current uploads." : "Asta va opri descărcările curente.", "Upload cancelled." : "Încărcare anulată.", + "Processing files …" : "Procesare fișiere ...", "…" : "...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", "Target folder \"{dir}\" does not exist any more" : "Directorul \"{dir}\" nu mai există", "Not enough free space" : "Spațiu insuficient", + "An unknown error has occurred" : "A apărut o eroare necunoscută!", "Uploading …" : "Încărcare...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} din {totalSize} ({bitrate})", "Target folder does not exist any more" : "Directorul destinație nu mai există", "Actions" : "Acțiuni", "Rename" : "Redenumește", "Copy" : "Copiază", + "Choose target folder" : "Alege directorul destinație", "Open" : "Deschide", + "Delete file" : "Șterge fișier", + "Delete folder" : "Șterge director", "Disconnect storage" : "Deconectează stocarea", "Unshare" : "Nu mai partaja", "Files" : "Fișiere", @@ -36,6 +42,7 @@ "This directory is unavailable, please check the logs or contact the administrator" : "Acest director nu este disponibil, te rugăm verifică logurile sau contactează un administrator", "Could not move \"{file}\", target exists" : "Nu s-a putut muta fișierul \"{file}\", există deja un altul cu același nume în directorul destinație", "Could not move \"{file}\"" : "Nu s-a putut muta fișierul \"{file}\"", + "copy" : "copiază", "Could not copy \"{file}\"" : "Nu s-a putut copia \"{file}\"", "Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}", "{newName} already exists" : "{newName} există deja", @@ -52,6 +59,7 @@ "_%n folder_::_%n folders_" : ["%n director","%n directoare","%n directoare"], "_%n file_::_%n files_" : ["%n fișier","%n fișiere","%n fișiere"], "{dirs} and {files}" : "{dirs} și {files}", + "_including %n hidden_::_including %n hidden_" : ["incluzând %n ascuns","incluzând %nascunse","incluzând %nascuns"], "You don’t have permission to upload or create files here" : "Nu aveți permisiunea de a încărca sau crea fișiere aici", "_Uploading %n file_::_Uploading %n files_" : ["Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."], "New" : "Nou", @@ -64,6 +72,7 @@ "Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Spațiul de stocare pentru {owner} este aproape plin ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", + "View in folder" : "Vizualizează în director", "Copied!" : "S-a copiat!", "Copy direct link (only works for users who have access to this file/folder)" : "Copiază link direct (funcționeză numai pentru utilizatorii care au acces la acest fișier/director)", "Path" : "Cale", @@ -106,6 +115,7 @@ "A file or folder has been <strong>restored</strong>" : "Un fișier sau dosar a fost <strong>restaurat</strong>", "Upload (max. %s)" : "Încarcă (max. %s)", "%s used" : "%s folosiți", + "%s%% of %s used" : "%s%%din %sfolosiți", "%1$s of %2$s used" : "%1$s din %2$s utilizat", "Settings" : "Setări", "Show hidden files" : "Arată fișierele ascunse", @@ -121,9 +131,11 @@ "Files and folders you mark as favorite will show up here" : "FIșierele și directoarele pe care le marchezi ca favorite vor apărea aici", "Tags" : "Etichete", "Deleted files" : "Fișiere șterse", + "Shares" : "Partajări", "Shared with others" : "Partajat cu alții", "Shared with you" : "Partajat cu tine", "Shared by link" : "Partajat prin link", + "Deleted shares" : "Partajări șterse", "Text file" : "Fișier text", "New text file.txt" : "New text file.txt", "File handling" : "Manipulare fișiere", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index f79d8197e2e..47befd9b6cc 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -105,6 +105,7 @@ OC.L10N.register( "SMB / CIFS" : "SMB / CIFS", "Share" : "Share", "Show hidden files" : "Laat verborgen bestanden zien", + "Timeout" : "Time-out", "SMB / CIFS using OC login" : "SMB / CIFS via OC inlog", "Username as share" : "Gebruikersnaam als share", "OpenStack Object Storage" : "OpenStack Object Storage", diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index 6ce9e13e87a..1e69ccdb0f4 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -103,6 +103,7 @@ "SMB / CIFS" : "SMB / CIFS", "Share" : "Share", "Show hidden files" : "Laat verborgen bestanden zien", + "Timeout" : "Time-out", "SMB / CIFS using OC login" : "SMB / CIFS via OC inlog", "Username as share" : "Gebruikersnaam als share", "OpenStack Object Storage" : "OpenStack Object Storage", diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index 9bc6ea1f619..646eb5ad070 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -50,7 +50,6 @@ OC.L10N.register( "{actor} shared {file} with you" : "{actor} compartió {file} contigo", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", - "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", @@ -78,6 +77,7 @@ OC.L10N.register( "Download %s" : "Descargar %s", "Select or drop files" : "Esbilla o suelta ficheros", "Uploading files…" : "Xubiendo ficheros...", - "Uploaded files:" : "Ficheros xubíos:" + "Uploaded files:" : "Ficheros xubíos:", + "could not delete share" : "nun pudo desaniciase la compartición" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 5c8f6509127..66acc6723fb 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -48,7 +48,6 @@ "{actor} shared {file} with you" : "{actor} compartió {file} contigo", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", - "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", @@ -76,6 +75,7 @@ "Download %s" : "Descargar %s", "Select or drop files" : "Esbilla o suelta ficheros", "Uploading files…" : "Xubiendo ficheros...", - "Uploaded files:" : "Ficheros xubíos:" + "Uploaded files:" : "Ficheros xubíos:", + "could not delete share" : "nun pudo desaniciase la compartición" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index c554dfff36e..f7f95fbb437 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "S'ha compartit un fitxer o una carpeta d'un <strong>altre servidor</strong>", "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta", "Wrong share ID, share doesn't exist" : "L'identificador de la compartició és incorrecte, la compartició no existeix", - "could not delete share" : "no s'ha pogut suprimir la compartició", "Could not delete share" : "No s'ha pogut suprimir la compartició", "Please specify a file or folder path" : "Si us plau, especifiqueu un camí de fitxer o carpeta", "Wrong path, file/folder doesn't exist" : "El camí és erroni, el fitxer o la carpeta no existeixen", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "S'està carregant fitxers...", "Uploaded files:" : "Fitxers carregats:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Si carregueu els fitxers accepteu les %1$scondicions del servei%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Si carregueu els fitxers accepteu les %1$scondicions del servei%2$s.", + "could not delete share" : "no s'ha pogut suprimir la compartició" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index 1c76274a5cf..305a5bbaeae 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "S'ha compartit un fitxer o una carpeta d'un <strong>altre servidor</strong>", "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta", "Wrong share ID, share doesn't exist" : "L'identificador de la compartició és incorrecte, la compartició no existeix", - "could not delete share" : "no s'ha pogut suprimir la compartició", "Could not delete share" : "No s'ha pogut suprimir la compartició", "Please specify a file or folder path" : "Si us plau, especifiqueu un camí de fitxer o carpeta", "Wrong path, file/folder doesn't exist" : "El camí és erroni, el fitxer o la carpeta no existeixen", @@ -137,6 +136,7 @@ "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "S'està carregant fitxers...", "Uploaded files:" : "Fitxers carregats:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Si carregueu els fitxers accepteu les %1$scondicions del servei%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Si carregueu els fitxers accepteu les %1$scondicions del servei%2$s.", + "could not delete share" : "no s'ha pogut suprimir la compartició" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index c58c74047d5..d9d46f48319 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -85,7 +85,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílen z <strong>jiného serveru</strong>", "A file or folder has been <strong>shared</strong>" : "Soubor nebo složka byla <strong>nasdílena</strong>", "Wrong share ID, share doesn't exist" : "Chybný identifikátor sdílení – takové neexistuje", - "could not delete share" : "nelze smazat sdílení", "Could not delete share" : "Nelze smazat sdílení", "Please specify a file or folder path" : "Zadejte cestu k souboru či složce", "Wrong path, file/folder doesn't exist" : "Chybná cesta – soubor/složka neexistuje", @@ -138,6 +137,7 @@ OC.L10N.register( "Select or drop files" : "Vyberte nebo přetáhněte soubory", "Uploading files…" : "Nahrávání souborů…", "Uploaded files:" : "Nahrané soubory:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s.", + "could not delete share" : "nelze smazat sdílení" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index d64f5d23ad6..a92f932c9cd 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -83,7 +83,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílen z <strong>jiného serveru</strong>", "A file or folder has been <strong>shared</strong>" : "Soubor nebo složka byla <strong>nasdílena</strong>", "Wrong share ID, share doesn't exist" : "Chybný identifikátor sdílení – takové neexistuje", - "could not delete share" : "nelze smazat sdílení", "Could not delete share" : "Nelze smazat sdílení", "Please specify a file or folder path" : "Zadejte cestu k souboru či složce", "Wrong path, file/folder doesn't exist" : "Chybná cesta – soubor/složka neexistuje", @@ -136,6 +135,7 @@ "Select or drop files" : "Vyberte nebo přetáhněte soubory", "Uploading files…" : "Nahrávání souborů…", "Uploaded files:" : "Nahrané soubory:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s.", + "could not delete share" : "nelze smazat sdílení" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index fbda1882470..340f60d31ac 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>", "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", - "could not delete share" : "Freigabe konnte nicht gelöscht werden", "Could not delete share" : "Freigabe konnte nicht gelöscht werden", "Please specify a file or folder path" : "Bitte Datei oder Ordner-Pfad eingeben", "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Ordner existiert nicht", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Dateien auswählen oder hierher ziehen", "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu.", + "could not delete share" : "Freigabe konnte nicht gelöscht werden" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index c5eff855872..aac3e0efb89 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>", "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", - "could not delete share" : "Freigabe konnte nicht gelöscht werden", "Could not delete share" : "Freigabe konnte nicht gelöscht werden", "Please specify a file or folder path" : "Bitte Datei oder Ordner-Pfad eingeben", "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Ordner existiert nicht", @@ -137,6 +136,7 @@ "Select or drop files" : "Dateien auswählen oder hierher ziehen", "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu.", + "could not delete share" : "Freigabe konnte nicht gelöscht werden" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index e4eb187bd83..32ba3030217 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>", "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", - "could not delete share" : "Freigabe konnte nicht gelöscht werden", "Could not delete share" : "Freigabe konnte nicht gelöscht werden", "Please specify a file or folder path" : "Bitte Datei oder Ordner-Pfad eingeben", "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Ordner existiert nicht", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Dateien auswählen oder hierher ziehen", "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", + "could not delete share" : "Freigabe konnte nicht gelöscht werden" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 482714db41b..f83675d4b21 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>", "Wrong share ID, share doesn't exist" : "Fehlerhafte Freigabe-ID, Freigabe existiert nicht", - "could not delete share" : "Freigabe konnte nicht gelöscht werden", "Could not delete share" : "Freigabe konnte nicht gelöscht werden", "Please specify a file or folder path" : "Bitte Datei oder Ordner-Pfad eingeben", "Wrong path, file/folder doesn't exist" : "Falscher Pfad, Datei/Ordner existiert nicht", @@ -137,6 +136,7 @@ "Select or drop files" : "Dateien auswählen oder hierher ziehen", "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", + "could not delete share" : "Freigabe konnte nicht gelöscht werden" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index 23ad624d2e6..efec69f56ba 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -69,7 +69,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Ένα αρχείο ή φάκελος διαμοιράστηκε από <strong>έναν άλλο διακομιστή</strong>", "A file or folder has been <strong>shared</strong>" : "Ένα αρχείο ή φάκελος <strong>διαμοιράστηκε</strong>", "Wrong share ID, share doesn't exist" : "Λάθος ID διαμοιρασμού, διαμοιρασμός δεν υπάρχει", - "could not delete share" : "αδυναμία διαγραφής κοινόχρηστου φακέλου", "Could not delete share" : "Αδυναμία διαγραφής κοινόχρηστου φακέλου", "Please specify a file or folder path" : "Παρακαλώ καθορίστε την διαδρομή για το αρχείο ή τον φάκελο", "Wrong path, file/folder doesn't exist" : "Λάθος διαδρομή, αρχείο/φάκελος δεν υπάρχει", @@ -111,6 +110,7 @@ OC.L10N.register( "Note" : "Σημείωση", "Select or drop files" : "Επιλέξτε ή ρίξτε αρχεία", "Uploading files…" : "Αποστολή αρχείων ...", - "Uploaded files:" : "Αποστολή αρχείων:" + "Uploaded files:" : "Αποστολή αρχείων:", + "could not delete share" : "αδυναμία διαγραφής κοινόχρηστου φακέλου" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index 576ef2f3d0d..d81b6d58bc9 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -67,7 +67,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Ένα αρχείο ή φάκελος διαμοιράστηκε από <strong>έναν άλλο διακομιστή</strong>", "A file or folder has been <strong>shared</strong>" : "Ένα αρχείο ή φάκελος <strong>διαμοιράστηκε</strong>", "Wrong share ID, share doesn't exist" : "Λάθος ID διαμοιρασμού, διαμοιρασμός δεν υπάρχει", - "could not delete share" : "αδυναμία διαγραφής κοινόχρηστου φακέλου", "Could not delete share" : "Αδυναμία διαγραφής κοινόχρηστου φακέλου", "Please specify a file or folder path" : "Παρακαλώ καθορίστε την διαδρομή για το αρχείο ή τον φάκελο", "Wrong path, file/folder doesn't exist" : "Λάθος διαδρομή, αρχείο/φάκελος δεν υπάρχει", @@ -109,6 +108,7 @@ "Note" : "Σημείωση", "Select or drop files" : "Επιλέξτε ή ρίξτε αρχεία", "Uploading files…" : "Αποστολή αρχείων ...", - "Uploaded files:" : "Αποστολή αρχείων:" + "Uploaded files:" : "Αποστολή αρχείων:", + "could not delete share" : "αδυναμία διαγραφής κοινόχρηστου φακέλου" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 908232739b1..6bbff8d4e40 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>", "A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>", "Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist", - "could not delete share" : "could not delete share", "Could not delete share" : "Could not delete share", "Please specify a file or folder path" : "Please specify a file or folder path", "Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Upload files to %s", "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", - "Uploaded files:" : "Uploaded files:" + "Uploaded files:" : "Uploaded files:", + "could not delete share" : "could not delete share" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 21d3db0348f..aa6b9d32d51 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>", "A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>", "Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist", - "could not delete share" : "could not delete share", "Could not delete share" : "Could not delete share", "Please specify a file or folder path" : "Please specify a file or folder path", "Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist", @@ -102,6 +101,7 @@ "Upload files to %s" : "Upload files to %s", "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", - "Uploaded files:" : "Uploaded files:" + "Uploaded files:" : "Uploaded files:", + "could not delete share" : "could not delete share" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/eo.js b/apps/files_sharing/l10n/eo.js index 2d2f33724a5..c7ce17c24f2 100644 --- a/apps/files_sharing/l10n/eo.js +++ b/apps/files_sharing/l10n/eo.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>", "A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>", "Wrong share ID, share doesn't exist" : "Neĝusta kunhava identigilo, kunhavo ne ekzistas", - "could not delete share" : "ne eblis forigi kunhavon", "Could not delete share" : "Ne eblis forigi kunhavon", "Please specify a file or folder path" : "Bv. entajpi vojon al dosiero aŭ dosierujo", "Wrong path, file/folder doesn't exist" : "Neĝusta vojo, dosiero aŭ dosierujo ne ekzistas", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Elekti aŭ demeti dosierojn", "Uploading files…" : "Alŝutante dosierojn...", "Uploaded files:" : "Alŝutitaj dosieroj:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s.", + "could not delete share" : "ne eblis forigi kunhavon" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eo.json b/apps/files_sharing/l10n/eo.json index d9cc2f46aa1..263672daf16 100644 --- a/apps/files_sharing/l10n/eo.json +++ b/apps/files_sharing/l10n/eo.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>", "A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>", "Wrong share ID, share doesn't exist" : "Neĝusta kunhava identigilo, kunhavo ne ekzistas", - "could not delete share" : "ne eblis forigi kunhavon", "Could not delete share" : "Ne eblis forigi kunhavon", "Please specify a file or folder path" : "Bv. entajpi vojon al dosiero aŭ dosierujo", "Wrong path, file/folder doesn't exist" : "Neĝusta vojo, dosiero aŭ dosierujo ne ekzistas", @@ -137,6 +136,7 @@ "Select or drop files" : "Elekti aŭ demeti dosierojn", "Uploading files…" : "Alŝutante dosierojn...", "Uploaded files:" : "Alŝutitaj dosieroj:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s.", + "could not delete share" : "ne eblis forigi kunhavon" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index ee664922afd..93ce3196d38 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta", "Wrong share ID, share doesn't exist" : "El ID del recurso compartido no es correcto, el recurso compartido no existe", - "could not delete share" : "No se ha podido eliminar el recurso compartido", "Could not delete share" : "No se ha podido eliminar el recurso compartido", "Please specify a file or folder path" : "Por favor, especifica la ubicación de un archivo o carpeta", "Wrong path, file/folder doesn't exist" : "Ubicación incorrecta, el archivo/carpeta no existe", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", "Uploaded files:" : "Archivos subidos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", + "could not delete share" : "No se ha podido eliminar el recurso compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 83168d76294..058e93587c5 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Se ha <strong>compartido</strong> un archivo o carpeta", "Wrong share ID, share doesn't exist" : "El ID del recurso compartido no es correcto, el recurso compartido no existe", - "could not delete share" : "No se ha podido eliminar el recurso compartido", "Could not delete share" : "No se ha podido eliminar el recurso compartido", "Please specify a file or folder path" : "Por favor, especifica la ubicación de un archivo o carpeta", "Wrong path, file/folder doesn't exist" : "Ubicación incorrecta, el archivo/carpeta no existe", @@ -137,6 +136,7 @@ "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", "Uploaded files:" : "Archivos subidos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", + "could not delete share" : "No se ha podido eliminar el recurso compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_419.js b/apps/files_sharing/l10n/es_419.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_419.js +++ b/apps/files_sharing/l10n/es_419.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_419.json b/apps/files_sharing/l10n/es_419.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_419.json +++ b/apps/files_sharing/l10n/es_419.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_AR.js b/apps/files_sharing/l10n/es_AR.js index f9a9e266028..5746224fc0b 100644 --- a/apps/files_sharing/l10n/es_AR.js +++ b/apps/files_sharing/l10n/es_AR.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Favor de especificar un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Seleccione o suelte los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_AR.json b/apps/files_sharing/l10n/es_AR.json index a066ce89310..aae6fea064b 100644 --- a/apps/files_sharing/l10n/es_AR.json +++ b/apps/files_sharing/l10n/es_AR.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Favor de especificar un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -100,6 +99,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Seleccione o suelte los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_CL.js b/apps/files_sharing/l10n/es_CL.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_CL.js +++ b/apps/files_sharing/l10n/es_CL.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_CL.json b/apps/files_sharing/l10n/es_CL.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_CL.json +++ b/apps/files_sharing/l10n/es_CL.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_CO.js b/apps/files_sharing/l10n/es_CO.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_CO.js +++ b/apps/files_sharing/l10n/es_CO.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_CO.json b/apps/files_sharing/l10n/es_CO.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_CO.json +++ b/apps/files_sharing/l10n/es_CO.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_CR.js b/apps/files_sharing/l10n/es_CR.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_CR.js +++ b/apps/files_sharing/l10n/es_CR.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_CR.json b/apps/files_sharing/l10n/es_CR.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_CR.json +++ b/apps/files_sharing/l10n/es_CR.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_DO.js b/apps/files_sharing/l10n/es_DO.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_DO.js +++ b/apps/files_sharing/l10n/es_DO.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_DO.json b/apps/files_sharing/l10n/es_DO.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_DO.json +++ b/apps/files_sharing/l10n/es_DO.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_EC.json +++ b/apps/files_sharing/l10n/es_EC.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_GT.js b/apps/files_sharing/l10n/es_GT.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_GT.js +++ b/apps/files_sharing/l10n/es_GT.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_GT.json b/apps/files_sharing/l10n/es_GT.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_GT.json +++ b/apps/files_sharing/l10n/es_GT.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_HN.js b/apps/files_sharing/l10n/es_HN.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_HN.js +++ b/apps/files_sharing/l10n/es_HN.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_HN.json b/apps/files_sharing/l10n/es_HN.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_HN.json +++ b/apps/files_sharing/l10n/es_HN.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index c1959bc8d20..e5649909fe7 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index 70d2360f972..314bfc4cbff 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_NI.js b/apps/files_sharing/l10n/es_NI.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_NI.js +++ b/apps/files_sharing/l10n/es_NI.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_NI.json b/apps/files_sharing/l10n/es_NI.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_NI.json +++ b/apps/files_sharing/l10n/es_NI.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_PA.js b/apps/files_sharing/l10n/es_PA.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_PA.js +++ b/apps/files_sharing/l10n/es_PA.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_PA.json b/apps/files_sharing/l10n/es_PA.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_PA.json +++ b/apps/files_sharing/l10n/es_PA.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_PE.js b/apps/files_sharing/l10n/es_PE.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_PE.js +++ b/apps/files_sharing/l10n/es_PE.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_PE.json b/apps/files_sharing/l10n/es_PE.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_PE.json +++ b/apps/files_sharing/l10n/es_PE.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_PR.js b/apps/files_sharing/l10n/es_PR.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_PR.js +++ b/apps/files_sharing/l10n/es_PR.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_PR.json b/apps/files_sharing/l10n/es_PR.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_PR.json +++ b/apps/files_sharing/l10n/es_PR.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_PY.js b/apps/files_sharing/l10n/es_PY.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_PY.js +++ b/apps/files_sharing/l10n/es_PY.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_PY.json b/apps/files_sharing/l10n/es_PY.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_PY.json +++ b/apps/files_sharing/l10n/es_PY.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_SV.js b/apps/files_sharing/l10n/es_SV.js index 1bee23cb8ec..5b4e5340433 100644 --- a/apps/files_sharing/l10n/es_SV.js +++ b/apps/files_sharing/l10n/es_SV.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_SV.json b/apps/files_sharing/l10n/es_SV.json index a6aa0fac6b7..8b1db9cc5fd 100644 --- a/apps/files_sharing/l10n/es_SV.json +++ b/apps/files_sharing/l10n/es_SV.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -102,6 +101,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_UY.js b/apps/files_sharing/l10n/es_UY.js index 151b14c309b..77faeb4b062 100644 --- a/apps/files_sharing/l10n/es_UY.js +++ b/apps/files_sharing/l10n/es_UY.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_UY.json b/apps/files_sharing/l10n/es_UY.json index 4961012563f..b51fe37b700 100644 --- a/apps/files_sharing/l10n/es_UY.json +++ b/apps/files_sharing/l10n/es_UY.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un archivo o carpeta fue compartido desde <strong>otro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>", "Wrong share ID, share doesn't exist" : "ID del elemento compartido equivocado, el elemento compartido no existe", - "could not delete share" : "no fue posible borrar el elemento compartido", "Could not delete share" : "No fue posible borrar el elemento compartido", "Please specify a file or folder path" : "Por favor especifica un archivo o ruta de carpeta", "Wrong path, file/folder doesn't exist" : "La ruta es incorrecta, el correo / carpeta no existe ", @@ -101,6 +100,7 @@ "Upload files to %s" : "Cargar archivos a %s", "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", - "Uploaded files:" : "Archivos cargados:" + "Uploaded files:" : "Archivos cargados:", + "could not delete share" : "no fue posible borrar el elemento compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index 6244c5f7177..7cc6f904ac2 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Fail või kaust jagati <strong>teisest serverist</strong>", "A file or folder has been <strong>shared</strong>" : "Fail või kataloog on <strong>jagatud</strong>", "Wrong share ID, share doesn't exist" : "Vale jagamise ID, sellist jagamist ei eksisteeri", - "could not delete share" : "ei saanud jagamist eemaldada", "Could not delete share" : "Ei saanud jagamist eemaldada", "Please specify a file or folder path" : "Palun määra faili või kausta rada", "Wrong path, file/folder doesn't exist" : "Vale rada, faili/kausta ei leitud", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Laadi failid %s", "Select or drop files" : "Vali või lohista failid", "Uploading files…" : "Failide üleslaadimine…", - "Uploaded files:" : "Üleslaetud failid:" + "Uploaded files:" : "Üleslaetud failid:", + "could not delete share" : "ei saanud jagamist eemaldada" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index a5d73a5c648..1ac80ca6520 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Fail või kaust jagati <strong>teisest serverist</strong>", "A file or folder has been <strong>shared</strong>" : "Fail või kataloog on <strong>jagatud</strong>", "Wrong share ID, share doesn't exist" : "Vale jagamise ID, sellist jagamist ei eksisteeri", - "could not delete share" : "ei saanud jagamist eemaldada", "Could not delete share" : "Ei saanud jagamist eemaldada", "Please specify a file or folder path" : "Palun määra faili või kausta rada", "Wrong path, file/folder doesn't exist" : "Vale rada, faili/kausta ei leitud", @@ -101,6 +100,7 @@ "Upload files to %s" : "Laadi failid %s", "Select or drop files" : "Vali või lohista failid", "Uploading files…" : "Failide üleslaadimine…", - "Uploaded files:" : "Üleslaetud failid:" + "Uploaded files:" : "Üleslaetud failid:", + "could not delete share" : "ei saanud jagamist eemaldada" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index aa6ba182c50..599a16f0244 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -77,7 +77,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>", "A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>", "Wrong share ID, share doesn't exist" : "Väärä jakotunniste, jakoa ei ole olemassa", - "could not delete share" : "jaon poistaminen epäonnistui", "Could not delete share" : "Jaon poistaminen epäonnistui", "Please specify a file or folder path" : "Määritä tiedoston tai kansion polku", "Wrong path, file/folder doesn't exist" : "Väärä polku, tiedostoa tai kansiota ei ole olemassa", @@ -123,6 +122,7 @@ OC.L10N.register( "Select or drop files" : "Valitse tai pudota tiedostoja", "Uploading files…" : "Lähetetään tiedostoja…", "Uploaded files:" : "Lähetetyt tiedostot:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", + "could not delete share" : "jaon poistaminen epäonnistui" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index d891adbb291..44138259b88 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -75,7 +75,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>", "A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>", "Wrong share ID, share doesn't exist" : "Väärä jakotunniste, jakoa ei ole olemassa", - "could not delete share" : "jaon poistaminen epäonnistui", "Could not delete share" : "Jaon poistaminen epäonnistui", "Please specify a file or folder path" : "Määritä tiedoston tai kansion polku", "Wrong path, file/folder doesn't exist" : "Väärä polku, tiedostoa tai kansiota ei ole olemassa", @@ -121,6 +120,7 @@ "Select or drop files" : "Valitse tai pudota tiedostoja", "Uploading files…" : "Lähetetään tiedostoja…", "Uploaded files:" : "Lähetetyt tiedostot:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", + "could not delete share" : "jaon poistaminen epäonnistui" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 645bc5527ed..5ad98da2c3d 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un fichier ou un répertoire a été partagé depuis <strong>un autre serveur</strong>", "A file or folder has been <strong>shared</strong>" : "Un fichier ou un répertoire a été <strong>partagé</strong>", "Wrong share ID, share doesn't exist" : "Mauvais ID de partage, le partage n'existe pas", - "could not delete share" : "impossible de supprimer le partage", "Could not delete share" : "Impossible de supprimer le partage", "Please specify a file or folder path" : "Veuillez indiquer un fichier ou un chemin", "Wrong path, file/folder doesn't exist" : "Mauvais chemin, Le fichier/dossier n'existe pas", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Sélectionner ou glisser-déposer vos fichiers", "Uploading files…" : "Envoi des fichiers...", "Uploaded files:" : "Fichiers envoyés :", - "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", + "could not delete share" : "impossible de supprimer le partage" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index f009ce5b197..c52b10cdef8 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un fichier ou un répertoire a été partagé depuis <strong>un autre serveur</strong>", "A file or folder has been <strong>shared</strong>" : "Un fichier ou un répertoire a été <strong>partagé</strong>", "Wrong share ID, share doesn't exist" : "Mauvais ID de partage, le partage n'existe pas", - "could not delete share" : "impossible de supprimer le partage", "Could not delete share" : "Impossible de supprimer le partage", "Please specify a file or folder path" : "Veuillez indiquer un fichier ou un chemin", "Wrong path, file/folder doesn't exist" : "Mauvais chemin, Le fichier/dossier n'existe pas", @@ -137,6 +136,7 @@ "Select or drop files" : "Sélectionner ou glisser-déposer vos fichiers", "Uploading files…" : "Envoi des fichiers...", "Uploaded files:" : "Fichiers envoyés :", - "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", + "could not delete share" : "impossible de supprimer le partage" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index 99eec4bb799..d13f0ac4dd2 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol dende <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartiuse</strong> un ficheiro ou cartafol", "Wrong share ID, share doesn't exist" : "O ID do recurso compartido non é correcto, o recurso compartido non existe", - "could not delete share" : "non foi posíbel eliminar o recurso compartido", "Could not delete share" : "Non foi posíbel eliminar o recurso compartido", "Please specify a file or folder path" : "Especifique a ruta dun ficheiro ou cartafol", "Wrong path, file/folder doesn't exist" : "Ruta incorrecta, o ficheiro/cartafol non existe", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", "Uploading files…" : "Enviando ficheiros…", "Uploaded files:" : "Ficheiros enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.", + "could not delete share" : "non foi posíbel eliminar o recurso compartido" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index bf1ab1e1084..184ab9ffe48 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol dende <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartiuse</strong> un ficheiro ou cartafol", "Wrong share ID, share doesn't exist" : "O ID do recurso compartido non é correcto, o recurso compartido non existe", - "could not delete share" : "non foi posíbel eliminar o recurso compartido", "Could not delete share" : "Non foi posíbel eliminar o recurso compartido", "Please specify a file or folder path" : "Especifique a ruta dun ficheiro ou cartafol", "Wrong path, file/folder doesn't exist" : "Ruta incorrecta, o ficheiro/cartafol non existe", @@ -137,6 +136,7 @@ "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", "Uploading files…" : "Enviando ficheiros…", "Uploaded files:" : "Ficheiros enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.", + "could not delete share" : "non foi posíbel eliminar o recurso compartido" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 3c094a9e1aa..5bdce17b0d6 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -77,7 +77,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "קובץ או תיקייה שותפו מ- <strong>שרת אחר</strong>", "A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>", "Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים", - "could not delete share" : "לא ניתן למחוק שיתוף", "Could not delete share" : "לא ניתן היה למחוק את השיתוף", "Please specify a file or folder path" : "יש לספק נתיב לקובץ או תיקייה", "Wrong path, file/folder doesn't exist" : "נתיב שגוי, קובץ/תיקייה אינם קיימים", @@ -125,6 +124,7 @@ OC.L10N.register( "Select or drop files" : "בחירה או השלכה של קבצים", "Uploading files…" : "קבצים מועלים…", "Uploaded files:" : "קבצים שהועלו:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "עצם העלאתם של קבצים מביעה את הסכמתך ל%1$sתנאי השירות%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "עצם העלאתם של קבצים מביעה את הסכמתך ל%1$sתנאי השירות%2$s.", + "could not delete share" : "לא ניתן למחוק שיתוף" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 3cdb7ede3e7..d670a6c0270 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -75,7 +75,6 @@ "A file or folder was shared from <strong>another server</strong>" : "קובץ או תיקייה שותפו מ- <strong>שרת אחר</strong>", "A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>", "Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים", - "could not delete share" : "לא ניתן למחוק שיתוף", "Could not delete share" : "לא ניתן היה למחוק את השיתוף", "Please specify a file or folder path" : "יש לספק נתיב לקובץ או תיקייה", "Wrong path, file/folder doesn't exist" : "נתיב שגוי, קובץ/תיקייה אינם קיימים", @@ -123,6 +122,7 @@ "Select or drop files" : "בחירה או השלכה של קבצים", "Uploading files…" : "קבצים מועלים…", "Uploaded files:" : "קבצים שהועלו:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "עצם העלאתם של קבצים מביעה את הסכמתך ל%1$sתנאי השירות%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "עצם העלאתם של קבצים מביעה את הסכמתך ל%1$sתנאי השירות%2$s.", + "could not delete share" : "לא ניתן למחוק שיתוף" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js index db131796c33..32eeb3fd3a8 100644 --- a/apps/files_sharing/l10n/hr.js +++ b/apps/files_sharing/l10n/hr.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Datoteka ili mapa dijeli se s <strong>drugog poslužitelja</strong>", "A file or folder has been <strong>shared</strong>" : "Datoteka ili mapa je <strong>dijeljena</strong>", "Wrong share ID, share doesn't exist" : "Pogrešan ID dijeljenja, dijeljenje ne postoji", - "could not delete share" : "dijeljenje nije moguće izbrisati", "Could not delete share" : "Dijeljenje nije moguće izbrisati", "Please specify a file or folder path" : "Navedite put datoteke ili mape", "Wrong path, file/folder doesn't exist" : "Pogrešan put, datoteka/mapa ne postoji", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Odaberi ili ispusti datoteke", "Uploading files…" : "Otpremanje datoteka...", "Uploaded files:" : "Otpremljene datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", + "could not delete share" : "dijeljenje nije moguće izbrisati" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json index 45d3b8a21bb..38b43a67271 100644 --- a/apps/files_sharing/l10n/hr.json +++ b/apps/files_sharing/l10n/hr.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Datoteka ili mapa dijeli se s <strong>drugog poslužitelja</strong>", "A file or folder has been <strong>shared</strong>" : "Datoteka ili mapa je <strong>dijeljena</strong>", "Wrong share ID, share doesn't exist" : "Pogrešan ID dijeljenja, dijeljenje ne postoji", - "could not delete share" : "dijeljenje nije moguće izbrisati", "Could not delete share" : "Dijeljenje nije moguće izbrisati", "Please specify a file or folder path" : "Navedite put datoteke ili mape", "Wrong path, file/folder doesn't exist" : "Pogrešan put, datoteka/mapa ne postoji", @@ -137,6 +136,7 @@ "Select or drop files" : "Odaberi ili ispusti datoteke", "Uploading files…" : "Otpremanje datoteka...", "Uploaded files:" : "Otpremljene datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", + "could not delete share" : "dijeljenje nije moguće izbrisati" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 7f859505ddb..2f18344ceca 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -79,7 +79,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Egy fájl vagy mappa meg lett osztva egy <strong>másik szerverről</strong>", "A file or folder has been <strong>shared</strong>" : "Egy fájl vagy mappa <strong>megosztva</strong>", "Wrong share ID, share doesn't exist" : "Hibás megosztás ID, a megosztás nem létezik", - "could not delete share" : "a megosztás nem törölhető", "Could not delete share" : "A megosztás nem törölhető", "Please specify a file or folder path" : "Adj meg egy fájl vagy mappa útvonalat", "Wrong path, file/folder doesn't exist" : "Hibás útvonal, a fájl/mappa nem létezik", @@ -127,6 +126,7 @@ OC.L10N.register( "Select or drop files" : "Válassz ki vagy dobj ide fájlokat", "Uploading files…" : "Fájlok feltöltése...", "Uploaded files:" : "Feltöltött fájlok:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételek %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételek %2$s.", + "could not delete share" : "a megosztás nem törölhető" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 7468690c26c..8f20f8a6468 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -77,7 +77,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Egy fájl vagy mappa meg lett osztva egy <strong>másik szerverről</strong>", "A file or folder has been <strong>shared</strong>" : "Egy fájl vagy mappa <strong>megosztva</strong>", "Wrong share ID, share doesn't exist" : "Hibás megosztás ID, a megosztás nem létezik", - "could not delete share" : "a megosztás nem törölhető", "Could not delete share" : "A megosztás nem törölhető", "Please specify a file or folder path" : "Adj meg egy fájl vagy mappa útvonalat", "Wrong path, file/folder doesn't exist" : "Hibás útvonal, a fájl/mappa nem létezik", @@ -125,6 +124,7 @@ "Select or drop files" : "Válassz ki vagy dobj ide fájlokat", "Uploading files…" : "Fájlok feltöltése...", "Uploaded files:" : "Feltöltött fájlok:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételek %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételek %2$s.", + "could not delete share" : "a megosztás nem törölhető" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index 01a783cf45a..4ef7e45a3be 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -79,7 +79,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Skjali eða möppu hefur verið deilt <strong>frá öðrum þjóni</strong>", "A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>", "Wrong share ID, share doesn't exist" : "Rangt auðkenni sameignar, sameign er ekki til", - "could not delete share" : "tókst ekki að eyða sameign", "Could not delete share" : "Tókst ekki að eyða sameign", "Please specify a file or folder path" : "Tiltaktu skrá eða slóð á möppu", "Wrong path, file/folder doesn't exist" : "Röng slóð, skrá/mappa er ekki til", @@ -132,6 +131,7 @@ OC.L10N.register( "Select or drop files" : "Veldu eða slepptu skrám", "Uploading files…" : "Sendi inn skrár…", "Uploaded files:" : "Innsendar skrár:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", + "could not delete share" : "tókst ekki að eyða sameign" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index 05b6e1bdcaa..7bdab7ce101 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -77,7 +77,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Skjali eða möppu hefur verið deilt <strong>frá öðrum þjóni</strong>", "A file or folder has been <strong>shared</strong>" : "Skjali eða möppu hefur verið <strong>deilt</strong>", "Wrong share ID, share doesn't exist" : "Rangt auðkenni sameignar, sameign er ekki til", - "could not delete share" : "tókst ekki að eyða sameign", "Could not delete share" : "Tókst ekki að eyða sameign", "Please specify a file or folder path" : "Tiltaktu skrá eða slóð á möppu", "Wrong path, file/folder doesn't exist" : "Röng slóð, skrá/mappa er ekki til", @@ -130,6 +129,7 @@ "Select or drop files" : "Veldu eða slepptu skrám", "Uploading files…" : "Sendi inn skrár…", "Uploaded files:" : "Innsendar skrár:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", + "could not delete share" : "tókst ekki að eyða sameign" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 012fe5631c5..14217f22624 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Un file o una cartella è stato condiviso da <strong>un altro server</strong>", "A file or folder has been <strong>shared</strong>" : "Un file o una cartella è stato <strong>condiviso</strong>", "Wrong share ID, share doesn't exist" : "ID di condivisione errato, la condivisione non esiste", - "could not delete share" : "impossibile eliminare la condivisione", "Could not delete share" : "impossibile eliminare la condivisione", "Please specify a file or folder path" : "Specifica un percorso di un file o di una cartella", "Wrong path, file/folder doesn't exist" : "Percorso errato, file/cartella inesistente", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Seleziona o deseleziona file", "Uploading files…" : "Caricamento file in corso...", "Uploaded files:" : "File caricati:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", + "could not delete share" : "impossibile eliminare la condivisione" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 248b2d6b436..b0673cd0484 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Un file o una cartella è stato condiviso da <strong>un altro server</strong>", "A file or folder has been <strong>shared</strong>" : "Un file o una cartella è stato <strong>condiviso</strong>", "Wrong share ID, share doesn't exist" : "ID di condivisione errato, la condivisione non esiste", - "could not delete share" : "impossibile eliminare la condivisione", "Could not delete share" : "impossibile eliminare la condivisione", "Please specify a file or folder path" : "Specifica un percorso di un file o di una cartella", "Wrong path, file/folder doesn't exist" : "Percorso errato, file/cartella inesistente", @@ -137,6 +136,7 @@ "Select or drop files" : "Seleziona o deseleziona file", "Uploading files…" : "Caricamento file in corso...", "Uploaded files:" : "File caricati:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", + "could not delete share" : "impossibile eliminare la condivisione" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 453b40e6ab8..954c4a94fc2 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "ファイルまたはフォルダーが<strong>他のサーバー</strong>から共有されたとき", "A file or folder has been <strong>shared</strong>" : "ファイルまたはフォルダーが<strong>共有</strong>されたとき", "Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。", - "could not delete share" : "共有を削除できませんでした", "Could not delete share" : "共有を削除できませんでした", "Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください", "Wrong path, file/folder doesn't exist" : "パスが間違っています。ファイル/フォルダーがありません", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", "Uploading files…" : "ファイルをアップロード中...", "Uploaded files:" : "アップロード済ファイル:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。" + "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", + "could not delete share" : "共有を削除できませんでした" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 9763feb3e6a..3fccdbbf71e 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "ファイルまたはフォルダーが<strong>他のサーバー</strong>から共有されたとき", "A file or folder has been <strong>shared</strong>" : "ファイルまたはフォルダーが<strong>共有</strong>されたとき", "Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。", - "could not delete share" : "共有を削除できませんでした", "Could not delete share" : "共有を削除できませんでした", "Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください", "Wrong path, file/folder doesn't exist" : "パスが間違っています。ファイル/フォルダーがありません", @@ -137,6 +136,7 @@ "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", "Uploading files…" : "ファイルをアップロード中...", "Uploaded files:" : "アップロード済ファイル:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。" + "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", + "could not delete share" : "共有を削除できませんでした" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ka_GE.js b/apps/files_sharing/l10n/ka_GE.js index 866a6848d54..31f7e942c27 100644 --- a/apps/files_sharing/l10n/ka_GE.js +++ b/apps/files_sharing/l10n/ka_GE.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "ფაილი ან დირექტორია გაზიარდა <strong>სხვა სერვერიდან</strong>", "A file or folder has been <strong>shared</strong>" : "ფაილი ან დირექტორია <strong>გაზიარებულ იქნა</strong>", "Wrong share ID, share doesn't exist" : "არასწორი გაზიარების ID, გაზიარება არ არსებობს", - "could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა", "Could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა", "Please specify a file or folder path" : "გთხოვთ მიუთითოთ ფაილის ან დირექტორიის მისამართი", "Wrong path, file/folder doesn't exist" : "არასწორი მისამართი, ფაილი/დირქტორია არ არსებობს", @@ -104,6 +103,7 @@ OC.L10N.register( "Upload files to %s" : "ფაილების ატვირთვა %s-ში", "Select or drop files" : "აირჩიეთ ან გადმოიტანეთ ფაილები", "Uploading files…" : "ფაილების ატვირთვა...", - "Uploaded files:" : "ფაილების ატვირთვა:" + "Uploaded files:" : "ფაილების ატვირთვა:", + "could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/files_sharing/l10n/ka_GE.json b/apps/files_sharing/l10n/ka_GE.json index a7f4a50f984..b8feb5562e9 100644 --- a/apps/files_sharing/l10n/ka_GE.json +++ b/apps/files_sharing/l10n/ka_GE.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "ფაილი ან დირექტორია გაზიარდა <strong>სხვა სერვერიდან</strong>", "A file or folder has been <strong>shared</strong>" : "ფაილი ან დირექტორია <strong>გაზიარებულ იქნა</strong>", "Wrong share ID, share doesn't exist" : "არასწორი გაზიარების ID, გაზიარება არ არსებობს", - "could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა", "Could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა", "Please specify a file or folder path" : "გთხოვთ მიუთითოთ ფაილის ან დირექტორიის მისამართი", "Wrong path, file/folder doesn't exist" : "არასწორი მისამართი, ფაილი/დირქტორია არ არსებობს", @@ -102,6 +101,7 @@ "Upload files to %s" : "ფაილების ატვირთვა %s-ში", "Select or drop files" : "აირჩიეთ ან გადმოიტანეთ ფაილები", "Uploading files…" : "ფაილების ატვირთვა...", - "Uploaded files:" : "ფაილების ატვირთვა:" + "Uploaded files:" : "ფაილების ატვირთვა:", + "could not delete share" : "გაზიარების გაუქმება ვერ მოხერხდა" },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index a7c991cd049..4a4d5cc23c4 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -79,7 +79,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "<strong>다른 서버</strong>에서 파일이나 폴더를 공유함", "A file or folder has been <strong>shared</strong>" : "파일이나 폴더가 <strong>공유됨</strong>", "Wrong share ID, share doesn't exist" : "잘못된 공유 ID, 공유가 존재하지 않음", - "could not delete share" : "공유를 삭제할 수 없음", "Could not delete share" : "공유를 삭제할 수 없음", "Please specify a file or folder path" : "파일이나 폴더 경로를 지정하십시오", "Wrong path, file/folder doesn't exist" : "잘못된 경로, 파일/폴더가 존재하지 않음", @@ -132,6 +131,7 @@ OC.L10N.register( "Select or drop files" : "파일을 선택하거나 끌어다 놓기", "Uploading files…" : "파일 업로드 중…", "Uploaded files:" : "업로드한 파일:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다." + "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", + "could not delete share" : "공유를 삭제할 수 없음" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index bcc31fd01db..42e761bf749 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -77,7 +77,6 @@ "A file or folder was shared from <strong>another server</strong>" : "<strong>다른 서버</strong>에서 파일이나 폴더를 공유함", "A file or folder has been <strong>shared</strong>" : "파일이나 폴더가 <strong>공유됨</strong>", "Wrong share ID, share doesn't exist" : "잘못된 공유 ID, 공유가 존재하지 않음", - "could not delete share" : "공유를 삭제할 수 없음", "Could not delete share" : "공유를 삭제할 수 없음", "Please specify a file or folder path" : "파일이나 폴더 경로를 지정하십시오", "Wrong path, file/folder doesn't exist" : "잘못된 경로, 파일/폴더가 존재하지 않음", @@ -130,6 +129,7 @@ "Select or drop files" : "파일을 선택하거나 끌어다 놓기", "Uploading files…" : "파일 업로드 중…", "Uploaded files:" : "업로드한 파일:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다." + "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", + "could not delete share" : "공유를 삭제할 수 없음" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index 4fe39ef653b..31324fdb441 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -78,7 +78,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>", "A file or folder has been <strong>shared</strong>" : "Failas ar aplankas buvo <strong>pasidalintas</strong>", "Wrong share ID, share doesn't exist" : "Neteisingas dalinamų duomenų ID", - "could not delete share" : "nepavyko nustoti dalintis duomenimis", "Could not delete share" : "Nepavyko nustoti dalintis duomenimis", "Please specify a file or folder path" : "Nurodykite kelią iki duomenų", "Wrong path, file/folder doesn't exist" : "Neteisingas kelias, failo/aplanko nėra", @@ -126,6 +125,7 @@ OC.L10N.register( "Select or drop files" : "Pasirinkite arba vilkite failus", "Uploading files…" : "Įkeliami failai…", "Uploaded files:" : "Įkelti failai:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", + "could not delete share" : "nepavyko nustoti dalintis duomenimis" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index 7650e69137f..7a383453c2b 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -76,7 +76,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>", "A file or folder has been <strong>shared</strong>" : "Failas ar aplankas buvo <strong>pasidalintas</strong>", "Wrong share ID, share doesn't exist" : "Neteisingas dalinamų duomenų ID", - "could not delete share" : "nepavyko nustoti dalintis duomenimis", "Could not delete share" : "Nepavyko nustoti dalintis duomenimis", "Please specify a file or folder path" : "Nurodykite kelią iki duomenų", "Wrong path, file/folder doesn't exist" : "Neteisingas kelias, failo/aplanko nėra", @@ -124,6 +123,7 @@ "Select or drop files" : "Pasirinkite arba vilkite failus", "Uploading files…" : "Įkeliami failai…", "Uploaded files:" : "Įkelti failai:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", + "could not delete share" : "nepavyko nustoti dalintis duomenimis" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index 7b04f02c35e..19ccb9b6549 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -39,7 +39,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Datne vai mape tika koplietota no <strong>cita servera</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Koplietota</strong> datne vai mape", "Wrong share ID, share doesn't exist" : "Nepareizs koplietošanas ID, koplietotne neeksistē", - "could not delete share" : "neizdevās dzēst koplietotni", "Could not delete share" : "Neizdevās dzēst koplietotni", "Please specify a file or folder path" : "Lūdzu norādiet datnes vai mapes ceļu", "Wrong path, file/folder doesn't exist" : "Nepareizs ceļš, datne/mape neeksistē", @@ -74,6 +73,7 @@ OC.L10N.register( "For more info, please ask the person who sent this link." : "Vairāk informācijas vaicā personai, kas nosūtīja šo saiti.", "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", - "Uploaded files:" : "Augšupielādētas datnes:" + "Uploaded files:" : "Augšupielādētas datnes:", + "could not delete share" : "neizdevās dzēst koplietotni" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/lv.json b/apps/files_sharing/l10n/lv.json index 89d17c81842..4f5fea8fbe6 100644 --- a/apps/files_sharing/l10n/lv.json +++ b/apps/files_sharing/l10n/lv.json @@ -37,7 +37,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Datne vai mape tika koplietota no <strong>cita servera</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Koplietota</strong> datne vai mape", "Wrong share ID, share doesn't exist" : "Nepareizs koplietošanas ID, koplietotne neeksistē", - "could not delete share" : "neizdevās dzēst koplietotni", "Could not delete share" : "Neizdevās dzēst koplietotni", "Please specify a file or folder path" : "Lūdzu norādiet datnes vai mapes ceļu", "Wrong path, file/folder doesn't exist" : "Nepareizs ceļš, datne/mape neeksistē", @@ -72,6 +71,7 @@ "For more info, please ask the person who sent this link." : "Vairāk informācijas vaicā personai, kas nosūtīja šo saiti.", "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", - "Uploaded files:" : "Augšupielādētas datnes:" + "Uploaded files:" : "Augšupielādētas datnes:", + "could not delete share" : "neizdevās dzēst koplietotni" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index f3b5fa61fbc..dd7e780ab57 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -78,7 +78,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "En fil eller mappe ble delt fra <strong>en annen server</strong>", "A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>", "Wrong share ID, share doesn't exist" : "Feil ressurs ID, ressursen finnes ikke", - "could not delete share" : "kunne ikke slette ressursen", "Could not delete share" : "Kunne ikke slette ressursen", "Please specify a file or folder path" : "Oppgi en fil eller mappesti", "Wrong path, file/folder doesn't exist" : "Feil filbane, filen/mappen finnes ikke", @@ -123,6 +122,7 @@ OC.L10N.register( "Note" : "Melding", "Select or drop files" : "Velg eller slipp filer", "Uploading files…" : "Laster opp filer…", - "Uploaded files:" : "Opplastede filer:" + "Uploaded files:" : "Opplastede filer:", + "could not delete share" : "kunne ikke slette ressursen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index bd9f980946e..64ebcaf8bff 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -76,7 +76,6 @@ "A file or folder was shared from <strong>another server</strong>" : "En fil eller mappe ble delt fra <strong>en annen server</strong>", "A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>", "Wrong share ID, share doesn't exist" : "Feil ressurs ID, ressursen finnes ikke", - "could not delete share" : "kunne ikke slette ressursen", "Could not delete share" : "Kunne ikke slette ressursen", "Please specify a file or folder path" : "Oppgi en fil eller mappesti", "Wrong path, file/folder doesn't exist" : "Feil filbane, filen/mappen finnes ikke", @@ -121,6 +120,7 @@ "Note" : "Melding", "Select or drop files" : "Velg eller slipp filer", "Uploading files…" : "Laster opp filer…", - "Uploaded files:" : "Opplastede filer:" + "Uploaded files:" : "Opplastede filer:", + "could not delete share" : "kunne ikke slette ressursen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 7e85c0e0783..e528d45510c 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>", "A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>", "Wrong share ID, share doesn't exist" : "Onjuist deel-ID, de gedeelde folder bestaat niet", - "could not delete share" : "Kan gedeelde folder niet verwijderen", "Could not delete share" : "Kan gedeelde folder niet verwijderen", "Please specify a file or folder path" : "Geef een bestand of pad van een map op", "Wrong path, file/folder doesn't exist" : "Onjuist pad, bestand/map bestaat niet", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", "Uploading files…" : "Uploaden bestanden...", "Uploaded files:" : "Geüploade bestanden", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", + "could not delete share" : "Kan gedeelde folder niet verwijderen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index d748f5f84e8..c4502cbbe8e 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>", "A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>", "Wrong share ID, share doesn't exist" : "Onjuist deel-ID, de gedeelde folder bestaat niet", - "could not delete share" : "Kan gedeelde folder niet verwijderen", "Could not delete share" : "Kan gedeelde folder niet verwijderen", "Please specify a file or folder path" : "Geef een bestand of pad van een map op", "Wrong path, file/folder doesn't exist" : "Onjuist pad, bestand/map bestaat niet", @@ -137,6 +136,7 @@ "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", "Uploading files…" : "Uploaden bestanden...", "Uploaded files:" : "Geüploade bestanden", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", + "could not delete share" : "Kan gedeelde folder niet verwijderen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 8142bce01b1..7b56eeccef7 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Plik lub katalog został udostępniony z <strong>innego serwera</strong>", "A file or folder has been <strong>shared</strong>" : "Plik lub katalog został <strong>udostępniony</strong>", "Wrong share ID, share doesn't exist" : "Złe ID współdzielenia, udostępnienie nie istnieje", - "could not delete share" : "nie można usunąć udostępniania", "Could not delete share" : "Nie można usunąć udostępniania", "Please specify a file or folder path" : "Podaj ścieżkę do pliku lub katalogu", "Wrong path, file/folder doesn't exist" : "Ścieżka nieprawidłowa, plik/katalog nie istnieje", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików…", "Uploaded files:" : "Wysłane pliki:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s.", + "could not delete share" : "nie można usunąć udostępniania" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index a6ab28f1216..45ab6a951c4 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Plik lub katalog został udostępniony z <strong>innego serwera</strong>", "A file or folder has been <strong>shared</strong>" : "Plik lub katalog został <strong>udostępniony</strong>", "Wrong share ID, share doesn't exist" : "Złe ID współdzielenia, udostępnienie nie istnieje", - "could not delete share" : "nie można usunąć udostępniania", "Could not delete share" : "Nie można usunąć udostępniania", "Please specify a file or folder path" : "Podaj ścieżkę do pliku lub katalogu", "Wrong path, file/folder doesn't exist" : "Ścieżka nieprawidłowa, plik/katalog nie istnieje", @@ -137,6 +136,7 @@ "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików…", "Uploaded files:" : "Wysłane pliki:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s.", + "could not delete share" : "nie można usunąć udostępniania" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index c958c443426..f9f9b2b4ea7 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Um arquivo ou pasta foi compartilhado a partir de <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Um arquivo ou pasta foi <strong>compartilhado</strong> ", "Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe", - "could not delete share" : "não foi possível excluir o compartilhamento", "Could not delete share" : "Não foi possível excluir o compartilhamento", "Please specify a file or folder path" : "Por favor especifique um arquivo ou um caminho de pasta", "Wrong path, file/folder doesn't exist" : "Caminho errado, o arquivo ou pasta não existe", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Selecione ou solte arquivos", "Uploading files…" : "Enviando arquivos...", "Uploaded files:" : "Arquivos enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", + "could not delete share" : "não foi possível excluir o compartilhamento" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index d0a6421a30e..8b6f676d487 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Um arquivo ou pasta foi compartilhado a partir de <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Um arquivo ou pasta foi <strong>compartilhado</strong> ", "Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe", - "could not delete share" : "não foi possível excluir o compartilhamento", "Could not delete share" : "Não foi possível excluir o compartilhamento", "Please specify a file or folder path" : "Por favor especifique um arquivo ou um caminho de pasta", "Wrong path, file/folder doesn't exist" : "Caminho errado, o arquivo ou pasta não existe", @@ -137,6 +136,7 @@ "Select or drop files" : "Selecione ou solte arquivos", "Uploading files…" : "Enviando arquivos...", "Uploaded files:" : "Arquivos enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", + "could not delete share" : "não foi possível excluir o compartilhamento" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js index 115b5246004..50bd02c350a 100644 --- a/apps/files_sharing/l10n/pt_PT.js +++ b/apps/files_sharing/l10n/pt_PT.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Um ficheiro ou pasta foi partilhado a partir de <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Foi <strong>partilhado</strong> um ficheiro ou uma pasta", "Wrong share ID, share doesn't exist" : "Id. de partilha errada, a partilha não existe", - "could not delete share" : "Não foi possível eliminar a partilha", "Could not delete share" : "Não foi possível eliminar a partilha", "Please specify a file or folder path" : "Por favor, especifique um ficheiro ou caminho de pasta", "Wrong path, file/folder doesn't exist" : "Caminho errado, ficheiro/pasta não existe", @@ -105,6 +104,7 @@ OC.L10N.register( "Upload files to %s" : "Enviar ficheiros para %s", "Select or drop files" : "Seleccione ou solte ficheiros", "Uploading files…" : "A enviar ficheiros...", - "Uploaded files:" : "Ficheiros enviados:" + "Uploaded files:" : "Ficheiros enviados:", + "could not delete share" : "Não foi possível eliminar a partilha" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json index cb2b1200032..b4d17ef7f43 100644 --- a/apps/files_sharing/l10n/pt_PT.json +++ b/apps/files_sharing/l10n/pt_PT.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Um ficheiro ou pasta foi partilhado a partir de <strong>outro servidor</strong>", "A file or folder has been <strong>shared</strong>" : "Foi <strong>partilhado</strong> um ficheiro ou uma pasta", "Wrong share ID, share doesn't exist" : "Id. de partilha errada, a partilha não existe", - "could not delete share" : "Não foi possível eliminar a partilha", "Could not delete share" : "Não foi possível eliminar a partilha", "Please specify a file or folder path" : "Por favor, especifique um ficheiro ou caminho de pasta", "Wrong path, file/folder doesn't exist" : "Caminho errado, ficheiro/pasta não existe", @@ -103,6 +102,7 @@ "Upload files to %s" : "Enviar ficheiros para %s", "Select or drop files" : "Seleccione ou solte ficheiros", "Uploading files…" : "A enviar ficheiros...", - "Uploaded files:" : "Ficheiros enviados:" + "Uploaded files:" : "Ficheiros enviados:", + "could not delete share" : "Não foi possível eliminar a partilha" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index f7b55f428e6..f3403871bc0 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Общий доступ к файлу или каталогу предоставлен <strong>с другого сервера</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Опубликован</strong> файл или каталог", "Wrong share ID, share doesn't exist" : "Неверный идентификатор, общий ресурс не существует", - "could not delete share" : "не удалось удалить общий ресурс", "Could not delete share" : "Не удалось удалить общий ресурс", "Please specify a file or folder path" : "Укажите путь к файлу или каталогу", "Wrong path, file/folder doesn't exist" : "Неверный путь, файл или каталог не существует", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Выберите или перетащите файлы", "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", + "could not delete share" : "не удалось удалить общий ресурс" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 423b14b2e7c..960fe931dfd 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Общий доступ к файлу или каталогу предоставлен <strong>с другого сервера</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Опубликован</strong> файл или каталог", "Wrong share ID, share doesn't exist" : "Неверный идентификатор, общий ресурс не существует", - "could not delete share" : "не удалось удалить общий ресурс", "Could not delete share" : "Не удалось удалить общий ресурс", "Please specify a file or folder path" : "Укажите путь к файлу или каталогу", "Wrong path, file/folder doesn't exist" : "Неверный путь, файл или каталог не существует", @@ -137,6 +136,7 @@ "Select or drop files" : "Выберите или перетащите файлы", "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", + "could not delete share" : "не удалось удалить общий ресурс" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index 24ab003aeda..6d7c94df04e 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Súbor alebo priečinok bol sprístupnený z <strong>iného servera</strong>", "A file or folder has been <strong>shared</strong>" : "Súbor alebo priečinok bol <strong>sprístupnený</strong>", "Wrong share ID, share doesn't exist" : "Neplatné ID sprístupnenia, sprístupnenie neexistuje", - "could not delete share" : "nie je možné zmazať sprístupnenie", "Could not delete share" : "Nie je možné zmazať sprístupnenie", "Please specify a file or folder path" : "Zvoľte prosím súbor alebo cestu k priečinku", "Wrong path, file/folder doesn't exist" : "Neplatná cesta, súbor alebo priečinok neexistuje", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Vyberte alebo položte súbory", "Uploading files…" : "Nahrávanie súborov...", "Uploaded files:" : "Nahrané súbory...", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", + "could not delete share" : "nie je možné zmazať sprístupnenie" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index f2f5c70ce4b..d4c49fd7a09 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Súbor alebo priečinok bol sprístupnený z <strong>iného servera</strong>", "A file or folder has been <strong>shared</strong>" : "Súbor alebo priečinok bol <strong>sprístupnený</strong>", "Wrong share ID, share doesn't exist" : "Neplatné ID sprístupnenia, sprístupnenie neexistuje", - "could not delete share" : "nie je možné zmazať sprístupnenie", "Could not delete share" : "Nie je možné zmazať sprístupnenie", "Please specify a file or folder path" : "Zvoľte prosím súbor alebo cestu k priečinku", "Wrong path, file/folder doesn't exist" : "Neplatná cesta, súbor alebo priečinok neexistuje", @@ -137,6 +136,7 @@ "Select or drop files" : "Vyberte alebo položte súbory", "Uploading files…" : "Nahrávanie súborov...", "Uploaded files:" : "Nahrané súbory...", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", + "could not delete share" : "nie je možné zmazať sprístupnenie" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 3216631cf1e..e8eecce735c 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -33,7 +33,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Datoteka ali mapa je bila dodana v souporabo prek <strong>drugega strežnika</strong>", "A file or folder has been <strong>shared</strong>" : "Za datoteko ali mapo je omogočena <strong>souporaba</strong>", "Wrong share ID, share doesn't exist" : "Napačen ID mesta uporabe; mesto ne obstaja!", - "could not delete share" : "mesta souporabe ni mogoče ustvariti", "Could not delete share" : "Tega predmeta v souporabi ni mogoče izbrisati.", "Please specify a file or folder path" : "Določiti je treba datoteko ali pot do mape", "Wrong path, file/folder doesn't exist" : "Napačna pot; datoteka ali mapa ne obstaja", @@ -70,6 +69,7 @@ OC.L10N.register( "Upload files to %s" : "Pošlji datoteke v %s", "Select or drop files" : "Izberi ali povleci datoteke", "Uploading files…" : "Poteka pošiljanje datotek ...", - "Uploaded files:" : "Poslane datoteke:" + "Uploaded files:" : "Poslane datoteke:", + "could not delete share" : "mesta souporabe ni mogoče ustvariti" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index 7e6da7042b3..ffd2d71a51b 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -31,7 +31,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Datoteka ali mapa je bila dodana v souporabo prek <strong>drugega strežnika</strong>", "A file or folder has been <strong>shared</strong>" : "Za datoteko ali mapo je omogočena <strong>souporaba</strong>", "Wrong share ID, share doesn't exist" : "Napačen ID mesta uporabe; mesto ne obstaja!", - "could not delete share" : "mesta souporabe ni mogoče ustvariti", "Could not delete share" : "Tega predmeta v souporabi ni mogoče izbrisati.", "Please specify a file or folder path" : "Določiti je treba datoteko ali pot do mape", "Wrong path, file/folder doesn't exist" : "Napačna pot; datoteka ali mapa ne obstaja", @@ -68,6 +67,7 @@ "Upload files to %s" : "Pošlji datoteke v %s", "Select or drop files" : "Izberi ali povleci datoteke", "Uploading files…" : "Poteka pošiljanje datotek ...", - "Uploaded files:" : "Poslane datoteke:" + "Uploaded files:" : "Poslane datoteke:", + "could not delete share" : "mesta souporabe ni mogoče ustvariti" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js index 804f5d6210a..2892708cdee 100644 --- a/apps/files_sharing/l10n/sq.js +++ b/apps/files_sharing/l10n/sq.js @@ -63,7 +63,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Një kartelë ose dosje u nda prej një <strong>shërbyesi tjetër</strong>", "A file or folder has been <strong>shared</strong>" : "U <strong>nda me të tjerë</strong> një kartelë ose dosje", "Wrong share ID, share doesn't exist" : "ID e gabuar ndarjeje, ndarja s’ekziston", - "could not delete share" : "ndarja s’u fshi dot", "Could not delete share" : "Ndarja s’u fshi dot", "Please specify a file or folder path" : "Ju lutemi, tregoni një shteg kartele ose dosjeje", "Wrong path, file/folder doesn't exist" : "Shteg i gabuar, kratela/dosja s’ekziston", @@ -103,6 +102,7 @@ OC.L10N.register( "Upload files to %s" : "Ngrako skedarët tek %s", "Select or drop files" : "Përzgjidh ose hiq skedarët", "Uploading files…" : "Skedarët po ngarkohen...", - "Uploaded files:" : "Skedarët e ngarkuar:" + "Uploaded files:" : "Skedarët e ngarkuar:", + "could not delete share" : "ndarja s’u fshi dot" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json index 588e7b37de6..20fc2f626d2 100644 --- a/apps/files_sharing/l10n/sq.json +++ b/apps/files_sharing/l10n/sq.json @@ -61,7 +61,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Një kartelë ose dosje u nda prej një <strong>shërbyesi tjetër</strong>", "A file or folder has been <strong>shared</strong>" : "U <strong>nda me të tjerë</strong> një kartelë ose dosje", "Wrong share ID, share doesn't exist" : "ID e gabuar ndarjeje, ndarja s’ekziston", - "could not delete share" : "ndarja s’u fshi dot", "Could not delete share" : "Ndarja s’u fshi dot", "Please specify a file or folder path" : "Ju lutemi, tregoni një shteg kartele ose dosjeje", "Wrong path, file/folder doesn't exist" : "Shteg i gabuar, kratela/dosja s’ekziston", @@ -101,6 +100,7 @@ "Upload files to %s" : "Ngrako skedarët tek %s", "Select or drop files" : "Përzgjidh ose hiq skedarët", "Uploading files…" : "Skedarët po ngarkohen...", - "Uploaded files:" : "Skedarët e ngarkuar:" + "Uploaded files:" : "Skedarët e ngarkuar:", + "could not delete share" : "ndarja s’u fshi dot" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 1d5d029b855..7369838a5df 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "Фајл или фасцикла су дељени са <strong>другог сервера</strong>", "A file or folder has been <strong>shared</strong>" : "Фајл или фасцикла је <strong>дељен</strong>", "Wrong share ID, share doesn't exist" : "Погрешна идентификација дељења, дељење не постоји", - "could not delete share" : "не могу да обришем дељење", "Could not delete share" : "Не могу да обришем дељење", "Please specify a file or folder path" : "Молимо одаберите путању до фајла или фасцикле", "Wrong path, file/folder doesn't exist" : "Погрешна путања, фајл/фасцикла не постоји", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Одаберите или превуците фајлове", "Uploading files…" : "Отпремам фајлове…", "Uploaded files:" : "Отпремљени фајлови:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", + "could not delete share" : "не могу да обришем дељење" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index f9be4ecdec2..064a2250558 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "Фајл или фасцикла су дељени са <strong>другог сервера</strong>", "A file or folder has been <strong>shared</strong>" : "Фајл или фасцикла је <strong>дељен</strong>", "Wrong share ID, share doesn't exist" : "Погрешна идентификација дељења, дељење не постоји", - "could not delete share" : "не могу да обришем дељење", "Could not delete share" : "Не могу да обришем дељење", "Please specify a file or folder path" : "Молимо одаберите путању до фајла или фасцикле", "Wrong path, file/folder doesn't exist" : "Погрешна путања, фајл/фасцикла не постоји", @@ -137,6 +136,7 @@ "Select or drop files" : "Одаберите или превуците фајлове", "Uploading files…" : "Отпремам фајлове…", "Uploaded files:" : "Отпремљени фајлови:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", + "could not delete share" : "не могу да обришем дељење" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index cfcc39a23bd..d1220d0baf5 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "En fil eller mapp delades från <strong>en annan server</strong>", "A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>", "Wrong share ID, share doesn't exist" : "Fel delnings-ID, delningen finns inte", - "could not delete share" : "kunde inte ta bort delningen", "Could not delete share" : "Kunde inte ta bort delningen", "Please specify a file or folder path" : "Ange sökväg till filen eller mappen", "Wrong path, file/folder doesn't exist" : "Fel sökväg, fil/mapp finns inte", @@ -138,6 +137,7 @@ OC.L10N.register( "Select or drop files" : "Välj eller dra filer hit", "Uploading files…" : "Laddar upp filer...", "Uploaded files:" : "Uppladdade filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", + "could not delete share" : "kunde inte ta bort delningen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 8c54d040754..ec94cdace79 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "En fil eller mapp delades från <strong>en annan server</strong>", "A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>", "Wrong share ID, share doesn't exist" : "Fel delnings-ID, delningen finns inte", - "could not delete share" : "kunde inte ta bort delningen", "Could not delete share" : "Kunde inte ta bort delningen", "Please specify a file or folder path" : "Ange sökväg till filen eller mappen", "Wrong path, file/folder doesn't exist" : "Fel sökväg, fil/mapp finns inte", @@ -136,6 +135,7 @@ "Select or drop files" : "Välj eller dra filer hit", "Uploading files…" : "Laddar upp filer...", "Uploaded files:" : "Uppladdade filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", + "could not delete share" : "kunde inte ta bort delningen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 3175f7c9771..9d3915486d8 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "<strong>Başka bir sunucudan</strong> bir dosya ya da klasör paylaşıldı", "A file or folder has been <strong>shared</strong>" : "Bir dosya ya da klasör <strong>paylaşıldı</strong>", "Wrong share ID, share doesn't exist" : "Paylaşım kimliği yanlış. Paylaşım bulunamadı", - "could not delete share" : "paylaşım kaldırılamadı", "Could not delete share" : "Paylaşım silinemedi", "Please specify a file or folder path" : "Lütfen bir dosya ya da klasör yolu belirtin", "Wrong path, file/folder doesn't exist" : "Yol yanlış. Dosya ya da klasör bulunamadı", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", "Uploading files…" : "Dosyalar yükleniyor...", "Uploaded files:" : "Yüklenmiş dosyalar:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", + "could not delete share" : "paylaşım kaldırılamadı" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index d8c741c9d6b..530c813a1d5 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "<strong>Başka bir sunucudan</strong> bir dosya ya da klasör paylaşıldı", "A file or folder has been <strong>shared</strong>" : "Bir dosya ya da klasör <strong>paylaşıldı</strong>", "Wrong share ID, share doesn't exist" : "Paylaşım kimliği yanlış. Paylaşım bulunamadı", - "could not delete share" : "paylaşım kaldırılamadı", "Could not delete share" : "Paylaşım silinemedi", "Please specify a file or folder path" : "Lütfen bir dosya ya da klasör yolu belirtin", "Wrong path, file/folder doesn't exist" : "Yol yanlış. Dosya ya da klasör bulunamadı", @@ -137,6 +136,7 @@ "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", "Uploading files…" : "Dosyalar yükleniyor...", "Uploaded files:" : "Yüklenmiş dosyalar:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz." + "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", + "could not delete share" : "paylaşım kaldırılamadı" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 2c47ac9656a..661c7e0f9ec 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -86,7 +86,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ", "A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。", "Wrong share ID, share doesn't exist" : "错误的共享 ID,共享不存在", - "could not delete share" : "无法删除共享", "Could not delete share" : "不能删除共享", "Please specify a file or folder path" : "请指定一个文件或文件夹路径", "Wrong path, file/folder doesn't exist" : "路径错误,文件或文件夹不存在", @@ -139,6 +138,7 @@ OC.L10N.register( "Select or drop files" : "选择或删除文件", "Uploading files…" : "上传文件... ", "Uploaded files:" : "上传的文件: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。" + "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", + "could not delete share" : "无法删除共享" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 69656d6903a..b787cc38c5d 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -84,7 +84,6 @@ "A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ", "A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。", "Wrong share ID, share doesn't exist" : "错误的共享 ID,共享不存在", - "could not delete share" : "无法删除共享", "Could not delete share" : "不能删除共享", "Please specify a file or folder path" : "请指定一个文件或文件夹路径", "Wrong path, file/folder doesn't exist" : "路径错误,文件或文件夹不存在", @@ -137,6 +136,7 @@ "Select or drop files" : "选择或删除文件", "Uploading files…" : "上传文件... ", "Uploaded files:" : "上传的文件: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。" + "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", + "could not delete share" : "无法删除共享" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 67bdb99db3b..cc0b819edbd 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -73,7 +73,6 @@ OC.L10N.register( "A file or folder was shared from <strong>another server</strong>" : "檔案或目錄已被 <strong>其他伺服器</strong> 分享", "A file or folder has been <strong>shared</strong>" : "檔案或目錄已被 <strong>分享</strong>", "Wrong share ID, share doesn't exist" : "錯誤的分享 ID ,分享不存在", - "could not delete share" : "無法刪除分享", "Could not delete share" : "無法刪除分享", "Please specify a file or folder path" : "請指定檔案或資料夾路徑", "Wrong path, file/folder doesn't exist" : "錯誤的路徑,該檔案或資料夾不存在", @@ -116,6 +115,7 @@ OC.L10N.register( "Note" : "筆記", "Select or drop files" : "選擇或拖曳檔案至此", "Uploading files…" : "上傳檔案中…", - "Uploaded files:" : "已上傳的檔案:" + "Uploaded files:" : "已上傳的檔案:", + "could not delete share" : "無法刪除分享" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 5791ad71906..bbd1170e0f8 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -71,7 +71,6 @@ "A file or folder was shared from <strong>another server</strong>" : "檔案或目錄已被 <strong>其他伺服器</strong> 分享", "A file or folder has been <strong>shared</strong>" : "檔案或目錄已被 <strong>分享</strong>", "Wrong share ID, share doesn't exist" : "錯誤的分享 ID ,分享不存在", - "could not delete share" : "無法刪除分享", "Could not delete share" : "無法刪除分享", "Please specify a file or folder path" : "請指定檔案或資料夾路徑", "Wrong path, file/folder doesn't exist" : "錯誤的路徑,該檔案或資料夾不存在", @@ -114,6 +113,7 @@ "Note" : "筆記", "Select or drop files" : "選擇或拖曳檔案至此", "Uploading files…" : "上傳檔案中…", - "Uploaded files:" : "已上傳的檔案:" + "Uploaded files:" : "已上傳的檔案:", + "could not delete share" : "無法刪除分享" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/workflowengine/l10n/nl.js b/apps/workflowengine/l10n/nl.js index b08713e30d4..17255e01373 100644 --- a/apps/workflowengine/l10n/nl.js +++ b/apps/workflowengine/l10n/nl.js @@ -14,9 +14,14 @@ OC.L10N.register( "The given group does not exist" : "De opgegeven groep bestaat niet", "File" : "Bestand", "File created" : "Bestand aangemaakt", + "File updated" : "Bestand bijgewerkt", "File renamed" : "Bestand hernoemd", "File deleted" : "Bestand verwijderd", + "File accessed" : "Bestand benaderd", + "File copied" : "Bestand gekopieerd", + "Tag assigned" : "Tag toegewezen", "Operation #%s does not exist" : "Bewerking #%s bestaat niet", + "No events are chosen." : "Nog geen afspraken gekozen.", "Operation %s does not exist" : "Bewerking %s bestaat niet", "Operation %s is invalid" : "Bewerking %s is ongeldig", "Check %s does not exist" : "Controleer: %s bestaat niet", @@ -28,9 +33,11 @@ OC.L10N.register( "Images" : "Afbeeldingen", "Office documents" : "Office documenten", "PDF documents" : "PDF documenten", + "Custom mimetype" : "Maatwerk mimetype", "No results" : "Geen resultaten", "%s (invisible)" : "%s (onzichtbaar)", "%s (restricted)" : "%s (beperkt)", + "Select a request URL" : "Selecteer een aanvraag URL", "Predefined URLs" : "Voorgedefinieerde URL's", "Files WebDAV" : "Bestanden WebDAV", "Others" : "Anderen", @@ -40,9 +47,11 @@ OC.L10N.register( "iOS client" : "iOS client", "Desktop client" : "Desktop client", "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons", + "When" : "Wanneer", "and" : "en", "Remove rule" : "Verwijderen regel", "The configuration is invalid" : "De configuratie is ongeldig", + "Show more" : "Toon meer", "File name" : "Bestandsnaam", "is" : "is", "is not" : "is niet", diff --git a/apps/workflowengine/l10n/nl.json b/apps/workflowengine/l10n/nl.json index bf397dbeaee..6a1f996d0ea 100644 --- a/apps/workflowengine/l10n/nl.json +++ b/apps/workflowengine/l10n/nl.json @@ -12,9 +12,14 @@ "The given group does not exist" : "De opgegeven groep bestaat niet", "File" : "Bestand", "File created" : "Bestand aangemaakt", + "File updated" : "Bestand bijgewerkt", "File renamed" : "Bestand hernoemd", "File deleted" : "Bestand verwijderd", + "File accessed" : "Bestand benaderd", + "File copied" : "Bestand gekopieerd", + "Tag assigned" : "Tag toegewezen", "Operation #%s does not exist" : "Bewerking #%s bestaat niet", + "No events are chosen." : "Nog geen afspraken gekozen.", "Operation %s does not exist" : "Bewerking %s bestaat niet", "Operation %s is invalid" : "Bewerking %s is ongeldig", "Check %s does not exist" : "Controleer: %s bestaat niet", @@ -26,9 +31,11 @@ "Images" : "Afbeeldingen", "Office documents" : "Office documenten", "PDF documents" : "PDF documenten", + "Custom mimetype" : "Maatwerk mimetype", "No results" : "Geen resultaten", "%s (invisible)" : "%s (onzichtbaar)", "%s (restricted)" : "%s (beperkt)", + "Select a request URL" : "Selecteer een aanvraag URL", "Predefined URLs" : "Voorgedefinieerde URL's", "Files WebDAV" : "Bestanden WebDAV", "Others" : "Anderen", @@ -38,9 +45,11 @@ "iOS client" : "iOS client", "Desktop client" : "Desktop client", "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons", + "When" : "Wanneer", "and" : "en", "Remove rule" : "Verwijderen regel", "The configuration is invalid" : "De configuratie is ongeldig", + "Show more" : "Toon meer", "File name" : "Bestandsnaam", "is" : "is", "is not" : "is niet", |