summaryrefslogtreecommitdiffstats
path: root/apps/encryption
diff options
context:
space:
mode:
authorChristian Hoffmann <cmeh@users.noreply.github.com>2015-05-09 11:31:21 +0200
committerChristian Hoffmann <cmeh@users.noreply.github.com>2015-05-09 11:31:21 +0200
commit6441721626e57596de8e9f66e8c9e114538ffd48 (patch)
tree9d072be8cbef3b147cfde9cc2d01e65c4ac87d5d /apps/encryption
parent6f5854a8de7e1a6974da902fcbb0f3a842cc7a5a (diff)
downloadnextcloud-server-6441721626e57596de8e9f66e8c9e114538ffd48.tar.gz
nextcloud-server-6441721626e57596de8e9f66e8c9e114538ffd48.zip
Grammar, removal of line break
* Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17. * Removed line break from line 17 to line 18.
Diffstat (limited to 'apps/encryption')
-rw-r--r--apps/encryption/templates/settings-admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/encryption/templates/settings-admin.php b/apps/encryption/templates/settings-admin.php
index fe7b0de1837..81c7f0607d8 100644
--- a/apps/encryption/templates/settings-admin.php
+++ b/apps/encryption/templates/settings-admin.php
@@ -14,8 +14,7 @@ style('encryption', 'settings-admin');
<span class="msg"></span>
<br/>
<em>
- <?php p($l->t("The recovery key is an extra encryption key that is used
- to encrypt files. It allows recovery of a user's files if the user forgets their password.")) ?>
+ <?php p($l->t("The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.")) ?>
</em>
<br/>
<input type="password"
{ color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
OC.L10N.register(
    "core",
    {
    "Couldn't send mail to following users: %s " : "On non pote inviar message de e-posta a le usatores sequente: %s",
    "Turned on maintenance mode" : "Activate modo de mantenentia",
    "Turned off maintenance mode" : "De-activar modo de mantenentia",
    "Updated database" : "Base de datos actualisate",
    "Checked database schema update" : "Il ha verificate actualisation de schema de base de datos",
    "Checked database schema update for apps" : "Il ha verificate actualisation de schema de base de datos pro apps",
    "Updated \"%s\" to %s" : "Actualisava \"%s\" a %s",
    "No image or file provided" : "Il forniva necun imagine o file",
    "Unknown filetype" : "Typo de file incognite",
    "Invalid image" : "Imagine invalide",
    "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente",
    "Sunday" : "Dominica",
    "Monday" : "Lunedi",
    "Tuesday" : "Martedi",
    "Wednesday" : "Mercuridi",
    "Thursday" : "Jovedi",
    "Friday" : "Venerdi",
    "Saturday" : "Sabbato",
    "January" : "januario",
    "February" : "Februario",
    "March" : "Martio",
    "April" : "April",
    "May" : "Mai",
    "June" : "Junio",
    "July" : "Julio",
    "August" : "Augusto",
    "September" : "Septembre",
    "October" : "Octobre",
    "November" : "Novembre",
    "December" : "Decembre",
    "Settings" : "Configurationes",
    "Saving..." : "Salveguardante...",
    "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.",
    "I know what I'm doing" : "Io sape lo que io es facente",
    "Password can not be changed. Please contact your administrator." : "Contrasigno non pote esser modificate. Pro favor continge tu administrator.",
    "No" : "No",
    "Yes" : "Si",
    "Choose" : "Seliger",
    "Ok" : "Ok",
    "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de file","{count} conflictos de file"],
    "One file conflict" : "Un conflicto de file",
    "New Files" : "Nove files",
    "Already existing files" : "Files jam existente",
    "Which files do you want to keep?" : "Qual files tu vole mantener?",
    "Cancel" : "Cancellar",
    "Continue" : "Continuar",
    "Error loading file exists template" : "Error quando on incargava patrono de file existente",
    "Very weak password" : "Contrasigno multo debile",
    "Weak password" : "Contrasigno debile",
    "So-so password" : "Contrasigno passabile",
    "Good password" : "Contrasigno bon",
    "Strong password" : "Contrasigno forte",
    "Error occurred while checking server setup" : "Un error occurreva quando on verificava le configuration de le servitor.",
    "Shared" : "Compartite",
    "Shared with {recipients}" : "Compatite con {recipients}",
    "Share" : "Compartir",
    "Error" : "Error",
    "Error while sharing" : "Error quando on compartiva",
    "Error while unsharing" : "Error quando on levava le compartir",
    "Error while changing permissions" : "Error quando on modificava permissiones",
    "Shared with you and the group {group} by {owner}" : "Compartite con te e le gruppo {group} per {owner}",
    "Shared with you by {owner}" : "Compartite con te per {owner} ",
    "Share link" : "Compartir ligamine",
    "Password protect" : "Protegite per contrasigno",
    "Password" : "Contrasigno",
    "Choose a password for the public link" : "Selige un contrasigno pro le ligamine public",
    "Email link to person" : "Ligamine de e-posta a persona",
    "Send" : "Invia",
    "Set expiration date" : "Fixa data de expiration",
    "Expiration date" : "Data de expiration",
    "Adding user..." : "Addente usator...",
    "group" : "gruppo",
    "Resharing is not allowed" : "Il non es permittite compartir plus que un vice",
    "Shared in {item} with {user}" : "Compartite in  {item} con {user}",
    "Unshare" : "Leva compartir",
    "notify by email" : "notificar per message de e-posta",
    "can share" : "pote compartir",
    "can edit" : "pote modificar",
    "access control" : "controlo de accesso",
    "create" : "crear",
    "delete" : "deler",
    "Password protected" : "Proteger con contrasigno",
    "Error unsetting expiration date" : "Error quando on levava le data de expiration",
    "Error setting expiration date" : "Error quando on fixava le data de expiration",
    "Sending ..." : "Inviante ...",
    "Email sent" : "Message de e-posta inviate",
    "Warning" : "Aviso",
    "The object type is not specified." : "Le typo de objecto non es specificate",
    "Enter new" : "Inserta nove",
    "Delete" : "Deler",
    "Add" : "Adder",
    "Edit tags" : "Modifica etiquettas",
    "Please reload the page." : "Pro favor recarga le pagina.",
    "The update was successful. Redirecting you to ownCloud now." : "Le actualisation terminava con successo. On redirige nunc a tu ownCloud.",
    "%s password reset" : "%s contrasigno re-fixate",
    "Use the following link to reset your password: {link}" : "Usa le ligamine sequente pro re-fixar tu contrasigno: {link}",
    "New password" : "Nove contrasigno",
    "New Password" : "Nove contrasigno",
    "Reset password" : "Reinitialisar contrasigno",
    "Personal" : "Personal",
    "Users" : "Usatores",
    "Apps" : "Applicationes",
    "Admin" : "Administration",
    "Help" : "Adjuta",
    "Error loading tags" : "Error quando on cargava etiquettas",
    "Tag already exists" : "Etiquetta ja existe",
    "Access forbidden" : "Accesso prohibite",
    "File not found" : "File non trovate",
    "The specified document has not been found on the server." : "Le documento specificate non ha essite trovate sur le servitor.",
    "The share will expire on %s." : "Le compartir expirara le %s.",
    "Cheers!" : "Acclamationes!",
    "Technical details" : "Detalios technic",
    "Remote Address: %s" : "Adresse remote: %s",
    "Request ID: %s" : "ID de requesta: %s",
    "Code: %s" : "Codice: %s",
    "Message: %s" : "Message: %s",
    "File: %s" : "File: %s",
    "Line: %s" : "Rango: %s",
    "Trace" : "Tracia",
    "Create an <strong>admin account</strong>" : "Crear un <strong>conto de administration</strong>",
    "Username" : "Nomine de usator",
    "Storage & database" : "Immagazinage & base de datos",
    "Data folder" : "Dossier de datos",
    "Configure the database" : "Configurar le base de datos",
    "Only %s is available." : "Solmente %s es disponibile",
    "Database user" : "Usator de base de datos",
    "Database password" : "Contrasigno de base de datos",
    "Database name" : "Nomine de base de datos",
    "Database tablespace" : "Spatio de tabella de base de datos",
    "Database host" : "Hospite de base de datos",
    "Finish setup" : "Terminar configuration",
    "Finishing …" : "Terminante ...",
    "Log out" : "Clauder le session",
    "Search" : "Cercar",
    "Server side authentication failed!" : "Il falleva authentication de latere servitor!",
    "Please contact your administrator." : "Pro favor continge tu administrator.",
    "Forgot your password? Reset it!" : "Tu oblidava tu contrasigno? Re-configura lo!",
    "remember" : "memora",
    "Log in" : "Aperir session",
    "Alternative Logins" : "Accessos de autorisation alternative",
    "Thank you for your patience." : "Gratias pro tu patientia.",
    "Start update" : "Initia actualisation"
},
"nplurals=2; plural=(n != 1);");