diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-29 01:06:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-29 01:06:47 +0000 |
commit | e8ea9a5d276369c83d98ba4efe9bc969d06a9148 (patch) | |
tree | c2e1d255a435f813f412319a83cf19d5f9cb578a /apps/files/l10n/ast.js | |
parent | ee0bb6e17b0105655af5364305f74f394ec0632c (diff) | |
download | nextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.tar.gz nextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 95d21c60023..cb33d1b3286 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -67,27 +67,12 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"], "Favorited" : "Favoritos", "Favorite" : "Favoritu", - "Local link" : "Enllaz llocal", "Folder" : "Carpeta", "New folder" : "Nueva carpeta", "Upload" : "Xubir", "An error occurred while trying to update the tags" : "Hebo un fallu mientres s'intentaba actualizar les etiquetes", "A new file or folder has been <strong>created</strong>" : "<strong>Creóse</strong> un ficheru o carpeta nuevos", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Llendar les notificaciones tocantes a creación y cambeos a tos <strong>ficheros favoritos</strong <em>(namás Stream)</em>", - "A file or folder has been <strong>deleted</strong>" : "<strong>Desanicióse</strong> un ficheru o carpeta", - "A file or folder has been <strong>restored</strong>" : "<strong>Restauróse</strong> un ficheru o carpeta", - "You created %1$s" : "Creasti %1$s", - "%2$s created %1$s" : "%2$s creó %1$s", - "%1$s was created in a public folder" : "Creóse %1$s nuna carpeta pública", - "You changed %1$s" : "Modificasti %1$s", - "%2$s changed %1$s" : "%2$s modificó %1$s", - "You deleted %1$s" : "Desaniciasti %1$s", - "%2$s deleted %1$s" : "%2$s desanició %1$s", - "You restored %1$s" : "Recuperóse %1$s", - "%2$s restored %1$s" : "%2$s recuperó %1$s", - "Changed by %2$s" : "Modificáu por %2$s", - "Deleted by %2$s" : "Desaniciáu por %2$s", - "Restored by %2$s" : "Recuperáu por %2$s", "Upload (max. %s)" : "Xuba (máx. %s)", "File handling" : "Alministración de ficheros", "Maximum upload size" : "Tamañu máximu de xubida", @@ -129,7 +114,22 @@ OC.L10N.register( "Error uploading file \"{fileName}\": {message}" : "Fallu xubiendo'l ficheru \"{fileName}\": {message}", "Could not get result from server." : "Nun pudo obtenese'l resultáu del sirvidor.", "No entries in this folder match '{filter}'" : "Nun concasa nenguna entrada nesta carpeta '{filter}'", + "Local link" : "Enllaz llocal", "{newname} already exists" : "{newname} yá existe", - "A file or folder has been <strong>changed</strong>" : "<strong>Camudóse</strong> un ficheru o carpeta" + "A file or folder has been <strong>changed</strong>" : "<strong>Camudóse</strong> un ficheru o carpeta", + "A file or folder has been <strong>deleted</strong>" : "<strong>Desanicióse</strong> un ficheru o carpeta", + "A file or folder has been <strong>restored</strong>" : "<strong>Restauróse</strong> un ficheru o carpeta", + "You created %1$s" : "Creasti %1$s", + "%2$s created %1$s" : "%2$s creó %1$s", + "%1$s was created in a public folder" : "Creóse %1$s nuna carpeta pública", + "You changed %1$s" : "Modificasti %1$s", + "%2$s changed %1$s" : "%2$s modificó %1$s", + "You deleted %1$s" : "Desaniciasti %1$s", + "%2$s deleted %1$s" : "%2$s desanició %1$s", + "You restored %1$s" : "Recuperóse %1$s", + "%2$s restored %1$s" : "%2$s recuperó %1$s", + "Changed by %2$s" : "Modificáu por %2$s", + "Deleted by %2$s" : "Desaniciáu por %2$s", + "Restored by %2$s" : "Recuperáu por %2$s" }, "nplurals=2; plural=(n != 1);"); |