82 lines
4.0 KiB
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
2014-04-02 00:44:49 -04:00
"Format filter server is down or misconfigured" => "O servidor de filtro de formato está sen servizo ou mal configurado",
2014-04-04 00:44:54 -04:00
"Can't create document" => "Non é posíbel crear o documento",
2013-12-07 20:22:36 -05:00
"You don't have permission to rename this document" => "Vostede non ten permisos para cambiarlle o nome a este documento",
2013-10-29 04:32:51 -04:00
"Documents" => "Documentos",
2013-09-22 09:53:01 -04:00
"Share" => "Compartir",
2014-03-11 06:41:01 -04:00
"Close" => "Pechar",
2013-11-20 16:10:05 -05:00
"No connection to server. Trying to reconnect." => "Sen conexión co servidor. Tentando conectar de novo.",
2013-09-30 08:03:59 -04:00
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "Deixar esta páxina no modo Editor pode provocar que non se garden os datos. Recomendámoslle que empregue o botón «Pechar» no seu canto.",
2013-09-24 10:54:27 -04:00
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "Non foi posíbel cargar o documento. Comprobe se pode abrirse cun editor «odt» externo. Isto tamén pode deberse a que foi eliminado ou a que deixou de compartires recentemente.",
2014-03-15 01:11:32 -04:00
"Save" => "Gardar",
2013-12-07 20:22:36 -05:00
"Loading documents..." => "Cargando documentos...",
2013-08-30 08:22:19 -04:00
"Failed to load documents." => "Non foi posíbel cargar os documentos.",
2013-09-24 10:54:27 -04:00
"No documents are found. Please upload or create a document!" => "Non se atopou ningún documento. Envíe ou cree un documento.",
2014-02-13 02:13:52 -05:00
"'.' is an invalid file name." => "«.» é un nome de ficheiro incorrecto",
"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».",
2013-11-20 16:10:05 -05:00
"Align Left" => "Aliñar á esquerda",
"Alignment" => "Aliñamento",
"Align Right" => "Aliñar á dereita",
"Annotate" => "Anotar",
"Background" => "Fondo",
"Bold" => "Negra",
"Bottom" => "Abaixo",
"Cancel" => "Cancelar",
"Center" => "Centrar",
"Clone" => "Clonar",
"Clone this Style" => "Clonar este estilo",
"Color" => "Cor",
"Create" => "Crear",
"Decrease Indent" => "Diminuír a sangría",
"Default Style" => "Estilo predeterminado",
"Delete" => "Eliminar",
"Family" => "Familia",
"Font" => "Tipo de letra",
"Font Effects" => "Efectos das letras",
"Format" => "Formato",
"Increase Indent" => "Aumentar a sangría",
"Insert Image" => "Inserir unha imaxe",
"Invite Members" => "Convidar a membros",
"Italic" => "Cursiva",
"Justified" => "Xustificado",
"Justify" => "Xustificar",
"Left" => "Esquerda",
"Loading" => "Cargando",
"Members" => "Membros",
"New Name:" => "Novo nome:",
2013-11-15 20:05:27 -05:00
"OK" => "Aceptar",
2013-11-20 16:10:05 -05:00
"Open" => "Abrir",
"Options" => "Opcións",
"Paragraph..." => "Parágrafo...",
"Paragraph Styles" => "Estilos de parágrafo",
"Redo" => "Refacer",
"Right" => "Dereita",
"Size" => "Tamaño",
"Spacing" => "Espazado",
"Strikethrough" => "Riscado",
"Style" => "Estilo",
"Text" => "Texto",
"Top" => "Arriba",
"Underline" => "Subliñado",
"Undo" => "Desfacer",
"Unknown Author" => "Autor descoñecido",
2013-12-04 18:14:05 -05:00
"Edit" => "Editar",
2014-04-02 00:44:49 -04:00
"Local" => "Local",
"openOffice/libreOffice is installed on this server" => "O openOffice/libreOffice está instalado neste servidor",
"External" => "Externo",
"openOffice/libreOffice is installed on another server" => "O openOffice/libreOffice está instalado noutro servidor",
"scheme://domain.tld[:port]" => "scheme://dominio.tld[:porto]",
"Server URL" => "URL do servidor",
"Apply" => "Aplicar",
2013-11-21 18:13:55 -05:00
"New document" => "Novo documento",
2013-09-16 09:32:07 -04:00
"Upload" => "Enviar",
2013-10-05 08:15:20 -04:00
"Save new documents to" => "Gardar os novos documentos en",
2013-11-13 17:05:11 -05:00
"Wrong password. Please retry." => "Contrasinal incorrecto. Tenteo de novo.",
"Password" => "Contrasinal",
2014-04-06 00:44:47 -04:00
"Guest %s" => "Convidado %s",
2013-09-28 22:01:03 -04:00
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información.",
2013-08-30 08:22:19 -04:00
"Advanced feature-set" => "Conxunto de funcións avanzadas",
"(Unstable)" => "(Inestábel)"
2013-08-28 17:35:04 -04:00
);