Blame view
sources/apps/files_sharing/l10n/gl.php
1.07 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.", |
|
03e52840d
|
5 |
"Password" => "Contrasinal", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.", "Reasons might be:" => "As razóns poderían ser:", "the item was removed" => "o elemento foi retirado", "the link expired" => "a ligazón caducou", "sharing is disabled" => "foi desactivada a compartición", "For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s compartiu o cartafol %s con vostede", "%s shared the file %s with you" => "%s compartiu o ficheiro %s con vostede", "Download" => "Descargar", |
|
31b7f2792
|
15 16 |
"Upload" => "Enviar", "Cancel upload" => "Cancelar o envío", |
|
03e52840d
|
17 |
"No preview available for" => "Sen vista previa dispoñíbel para", |
|
31b7f2792
|
18 |
"Direct link" => "Ligazón directa" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |