74 lines
3.0 KiB
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
2013-10-29 04:32:51 -04:00
"Documents" => "Documents",
2013-12-02 15:23:07 -05:00
"document-styles" => "document-styles",
"document-content" => "document-content",
2013-08-28 17:35:04 -04:00
"Close" => "Tanca",
2013-09-22 09:53:01 -04:00
"Share" => "Comparteix",
2013-12-02 15:23:07 -05:00
"No connection to server. Trying to reconnect." => "No hi ha connexió amb el servidor Intentant reconnectar.",
2013-10-02 07:23:33 -04:00
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "Deixant aquesta pàgina en mode editor poden quedar dades sense desar. Es recomana usar el botó 'Tanca'.",
2013-09-26 21:59:57 -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." => "Ha fallat la càrrega d'aquest document. Comproveu si es pot obrir amb un editor odt extern. Això podria significar que s'ha deixat de compartir o eliminat recentment.",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Ha fallat en carregar documents.",
2013-09-26 21:59:57 -04:00
"No documents are found. Please upload or create a document!" => "No hi ha documents. Pugeu o creeu un document!",
2013-12-02 15:23:07 -05:00
"Align Left" => "Alinea a l'esquerra",
"Alignment" => "Alineament",
"Align Right" => "Alinea a la dreta",
"Annotate" => "Anota",
"Background" => "Fons",
"Bold" => "Negreta",
"Bottom" => "A baix",
2013-11-20 16:10:05 -05:00
"Cancel" => "Cancel·la",
2013-12-02 15:23:07 -05:00
"Center" => "Centra",
"Clone" => "Clona",
"Clone this Style" => "Clona aquest estil",
"Color" => "Color",
2013-11-20 16:10:05 -05:00
"Create" => "Crea",
2013-12-02 15:23:07 -05:00
"Decrease Indent" => "Decrementa la identació",
"Default Style" => "Estil predeterminat",
2013-11-20 16:10:05 -05:00
"Delete" => "Esborra",
"Family" => "Familia",
2013-12-02 15:23:07 -05:00
"Font" => "Lletra",
"Font Effects" => "Efectes de lletra",
"Format" => "Format",
"Increase Indent" => "Incrementa la identació",
"Insert Image" => "Insereix imatge",
"Invite Members" => "Convida a membres",
"Italic" => "Cursiva",
"Justified" => "Justificat",
"Justify" => "Justifica",
"Left" => "Esquerra",
2013-11-20 16:10:05 -05:00
"Loading" => "Carregant",
2013-12-02 15:23:07 -05:00
"Members" => "Membres",
"New Name:" => "Nom nou:",
2013-11-15 20:05:27 -05:00
"OK" => "D'acord",
2013-11-20 16:10:05 -05:00
"Open" => "Obre",
"Options" => "Options",
2013-12-02 15:23:07 -05:00
"Paragraph..." => "Paràgraf...",
"Paragraph Styles" => "Estils de paràgraf",
"Redo" => "Refés",
"Right" => "Dreta",
2013-11-20 16:10:05 -05:00
"Save" => "Desa",
"Size" => "Mida",
2013-12-02 15:23:07 -05:00
"Spacing" => "Espaiat",
"Strikethrough" => "Ratllat",
"Style" => "Estil",
2013-11-20 16:10:05 -05:00
"Text" => "Text",
2013-12-02 15:23:07 -05:00
"Top" => "A dalt",
"Underline" => "Subratllat",
"Undo" => "Desfés",
"Unknown Author" => "Autor desconegut",
2013-09-05 05:35:38 -04:00
"Sent" => "Enviat",
"Declined" => "Denegat",
"Accepted" => "Acceptat",
"Incoming" => "Entrant",
2013-12-02 15:23:07 -05:00
"New document" => "Document nou",
2013-09-16 09:32:07 -04:00
"Upload" => "Puja",
2013-10-29 04:32:51 -04:00
"Save new documents to" => "Desa els documents nous a",
2013-12-02 15:23:07 -05:00
"Wrong password. Please retry." => "Contrasenya incorrecta. Intenteu-ho de nou.",
2013-11-13 17:05:11 -05:00
"Password" => "Contrasenya",
2013-10-29 04:32:51 -04:00
"Please enter your nickname" => "Escriviu el sobrenom",
2013-10-02 07:23:33 -04:00
"Join" => "Uniu-vos",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "Aquest enllaç ha vençut o no ha existit mai. Contacteu amb la persona que l'ha compartit amb vós per més detalls.",
2013-09-05 05:35:38 -04:00
"Advanced feature-set" => "Joc d'opcions avançades",
"(Unstable)" => "(Inestable)"
2013-08-28 17:35:04 -04:00
);