Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
@@ -1159,5 +1159,6 @@
|
||||
"owner_request_accepted": "{0} a accepté votre offre de devenir propriétaire de <b>{1}</b>",
|
||||
"owner_request_declined": "{0} a refusé votre offre de devenir propriétaire de <b>{1}</b>",
|
||||
"owner_removed": "{0} a supprimé vos droits de propriétaire de <b>{1}</b>",
|
||||
"owner_removedPending": "{0} a annulé l'offre de co-propriété reçue pour <b>{1}</b>"
|
||||
"owner_removedPending": "{0} a annulé l'offre de co-propriété reçue pour <b>{1}</b>",
|
||||
"padNotPinnedVariable": "Ce pad va expirer après {4} jours d'inactivité, {0}connectez-vous{1} ou {2}enregistrez-vous{3} pour le préserver."
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"onLogout": "You are logged out, {0}click here{1} to log in<br>or press <em>Escape</em> to access your pad in read-only mode.",
|
||||
"wrongApp": "Unable to display the content of that realtime session in your browser. Please try to reload that page.",
|
||||
"padNotPinned": "This pad will expire after 3 months of inactivity, {0}login{1} or {2}register{3} to preserve it.",
|
||||
"padNotPinnedVariable": "This pad will expire after {4} days of inactivity, {0}login{1} or {2}register{3} to preserve it.",
|
||||
"anonymousStoreDisabled": "The webmaster of this CryptPad instance has disabled the store for anonymous users. You have to log in to be able to use CryptDrive.",
|
||||
"expiredError": "This pad has reached its expiration time and is no longer available.",
|
||||
"deletedError": "This pad has been deleted by its owner and is no longer available.",
|
||||
@@ -435,6 +436,10 @@
|
||||
"register_cancel": "Go back",
|
||||
"register_warning": "Zero Knowledge means that we can't recover your data if you lose your password.",
|
||||
"register_alreadyRegistered": "This user already exists, do you want to log in?",
|
||||
"register_emailWarning0": "It looks like you submitted your email as your username.",
|
||||
"register_emailWarning1": "You can do that if you want, but it won't be sent to our server.",
|
||||
"register_emailWarning2": "You won't be able to reset your password using your email as you can with many other services.",
|
||||
"register_emailWarning3": "If you understand and would like to use your email for your username anyway, click OK.",
|
||||
"settings_cat_account": "Account",
|
||||
"settings_cat_drive": "CryptDrive",
|
||||
"settings_cat_cursor": "Cursor",
|
||||
|
||||
Reference in New Issue
Block a user