diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-25 12:39:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-25 12:39:10 -0400 |
commit | 2171cc02c31c3629ee1c2fe5cdafd64500bb08b0 (patch) | |
tree | bda2aec8d68028bf7e441a73a4fa206eadeafb3d /core/l10n/ast.js | |
parent | 891673d9ea4d5301a26030f30ca7aeb5689c630b (diff) | |
download | nextcloud-server-2171cc02c31c3629ee1c2fe5cdafd64500bb08b0.tar.gz nextcloud-server-2171cc02c31c3629ee1c2fe5cdafd64500bb08b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ast.js')
-rw-r--r-- | core/l10n/ast.js | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 0eb8951a046..22d3ad472c2 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -20,6 +20,13 @@ OC.L10N.register( "Thursday" : "Xueves", "Friday" : "Vienres", "Saturday" : "Sábadu", + "Sun." : "Dom.", + "Mon." : "Llu.", + "Tue." : "Mar.", + "Wed." : "Mié.", + "Thu." : "Xue.", + "Fri." : "Vie.", + "Sat." : "Sáb.", "January" : "Xineru", "February" : "Febreru", "March" : "Marzu", @@ -32,6 +39,18 @@ OC.L10N.register( "October" : "Ochobre", "November" : "Payares", "December" : "Avientu", + "Jan." : "Xin.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Abr.", + "May." : "May.", + "Jun." : "Xun.", + "Jul." : "Xnt.", + "Aug." : "Ago.", + "Sep." : "Set.", + "Oct." : "Och.", + "Nov." : "Pay.", + "Dec." : "Avi.", "Settings" : "Axustes", "Saving..." : "Guardando...", "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Por favor, contauta col alministrador.", @@ -63,13 +82,13 @@ OC.L10N.register( "Strong password" : "Contraseña mui bona", "Shared" : "Compartíu", "Shared with {recipients}" : "Compartío con {recipients}", - "Share" : "Compartir", "Error" : "Fallu", "Error while sharing" : "Fallu mientres la compartición", "Error while unsharing" : "Fallu mientres se dexaba de compartir", "Error while changing permissions" : "Fallu mientres camudaben los permisos", "Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}", "Shared with you by {owner}" : "Compartíu contigo por {owner}", + "Share" : "Compartir", "Share link" : "Compartir enllaz", "The public link will expire no later than {days} days after it is created" : "L'enllaz públicu va caducar enantes de {days} díes dende la so creación", "Password protect" : "Protexer con contraseña", @@ -149,7 +168,6 @@ OC.L10N.register( "Search" : "Guetar", "Server side authentication failed!" : "Falló l'autenticación nel sirvidor!", "Please contact your administrator." : "Por favor, contauta col to alministrador", - "Forgot your password? Reset it!" : "¿Escaeciesti la to contraseña? ¡Reaníciala!", "remember" : "recordar", "Log in" : "Aniciar sesión", "Alternative Logins" : "Anicios de sesión alternativos", @@ -161,8 +179,6 @@ OC.L10N.register( "You are accessing the server from an untrusted domain." : "Tas accediendo al sirvidor dende un dominiu non confiáu.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.", "Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza", - "%s will be updated to version %s." : "%s anovaráse a la versión %s.", - "The following apps will be disabled:" : "Deshabilitaránse les siguientes aplicaciones:", "The theme %s has been disabled." : "Deshabilitóse'l tema %s.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.", "Start update" : "Aniciar anovamientu" |