diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 97d70cab702..57bb4ad3bca 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -30,6 +30,7 @@ OC.L10N.register( "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n hores"], "_%n minute ago_::_%n minutes ago_" : ["hai %n minutu","hai %n minutos"], "seconds ago" : "hai segundos", + "File already exists" : "Yá esiste'l ficheru", "File name is a reserved word" : "El nome de ficheru ye una pallabra reservada", "File name contains at least one invalid character" : "El nome del ficheru contién polo menos un carácter non válidu", "File name is too long" : "El nome de ficheru ye demasiáu llargu", @@ -41,6 +42,14 @@ OC.L10N.register( "Settings" : "Settings", "Log out" : "Zarrar sesión", "Users" : "Usuarios", + "Email" : "email", + "Phone" : "Teléfonu", + "Twitter" : "Twitter", + "Website" : "Sitiu web", + "Address" : "Direición", + "Profile picture" : "Semeya de perfil", + "About" : "Tocante a", + "Full name" : "Nome completu", "Unknown user" : "Usuariu desconocíu", "Additional settings" : "Axustes adicionales", "%s enter the database username and name." : "%s introducir el nome d'usuariu y el nome de la base de datos .", @@ -62,7 +71,9 @@ OC.L10N.register( "Sharing backend for %s not found" : "Nun s'alcontró'l botón de partición pa %s", "Open »%s«" : "Abrir «%s»", "You are not allowed to share %s" : "Nun tienes permisu pa compartir %s", + "Cannot increase permissions of %s" : "Nun se pueden aumentar los permisos de %s", "Expiration date is in the past" : "La data de caducidá ta nel pasáu.", + "Sharing %s failed, because this item is already shared with user %s" : "Compartir %s falló, porque esti elementu yá ta compartiéndose col usuariu %s", "Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.", "Could not find category \"%s\"" : "Nun pudo alcontrase la estaya \"%s.\"", "Sunday" : "Domingu", |