# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Duarte Velez Grilo , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "POT-Creation-Date: 2012-10-01 02:04+0200\n" "PO-Revision-Date: 2012-09-30 22:25+0000\n" "Last-Translator: Duarte Velez Grilo \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/authenticate.php:4 msgid "Password" msgstr "Palavra-Passe" #: templates/authenticate.php:6 msgid "Submit" msgstr "Submeter" #: templates/public.php:9 #, php-format msgid "%s shared the folder %s with you" msgstr "%s partilhou a pasta %s consigo" #: templates/public.php:11 #, php-format msgid "%s shared the file %s with you" msgstr "%s partilhou o ficheiro %s consigo" #: templates/public.php:14 templates/public.php:30 msgid "Download" msgstr "Descarregar" #: templates/public.php:29 msgid "No preview available for" msgstr "Não há pré-visualização para" #: templates/public.php:37 msgid "web services under your control" msgstr "serviços web sob o seu controlo" ed-share-user-avatars'>44319-fix-fed-share-user-avatars Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
blob: 98ad943d2cdbb3335209c890b30949276059b119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "Generate backup codes" : "Generer sikkerhetskopi-koder",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Sikkerhetskopi-koder har blitt generert. {{used}} av {{total}} koder er brukt.",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dette er sikkerhetskopi-kodene. Vennligst lagre og/eller skriv dem ut siden du ikke vil kunne se kodene her igjen senere.",
    "Save backup codes" : "Lagre sikkerhetskopi-kodene",
    "Print backup codes" : "Skriv ut sikkerhetskopi-koder",
    "Regenerate backup codes" : "Lag sikkerhetskopi-koder på nytt",
    "If you regenerate backup codes, you automatically invalidate old codes." : "Hvis du regenererer nye sikkerhetskopi-koder, vil du automatisk gjøre de gamle kodene ugyldige.",
    "An error occurred while generating your backup codes" : "En feil oppstod under generering av sikkerhetskopi-kodene",
    "Nextcloud backup codes" : "Nextcloud sikkerhetskopi-koder",
    "Two-factor authentication" : "To-trinns bekreftelse",
    "You successfully logged in using two-factor authentication (%1$s)" : "Din innlogging med to-trinns bekreftelse var velykket (%1$s)",
    "A login attempt using two-factor authentication failed (%1$s)" : "En innlogging med to-trinns bekreftelse mislyktes (%1$s)",
    "You created two-factor backup codes for your account" : "Du opprettet to-trinns bekreftelse sikkerhetskopi-koder",
    "Backup code" : "Sikkerhetskopi-kode",
    "Use backup code" : "Bruker sikkerhetskopi-kode",
    "Second-factor backup codes" : "To-trinns bekreftelse sikkerhetskopi-koder"
},
"nplurals=2; plural=(n != 1);");