source: trunk/phpgwapi/js/htmlarea/plugins/ContextMenu/lang/el.js @ 2

Revision 2, 5.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1// I18N constants
2
3// LANG: "el", ENCODING: UTF-8 | ISO-8859-7
4// Author: Dimitris Glezos, dimitris@glezos.com
5
6ContextMenu.I18N = {
7        // Items that appear in menu.  Please note that an underscore (_)
8        // character in the translation (right column) will cause the following
9        // letter to become underlined and be shortcut for that menu option.
10
11        "Cut"                                                   : "Αποκοπή",
12        "Copy"                                                  : "ΑΜτιγραφή",
13        "Paste"                                                 : "Επικόλληση",
14        "Image Properties"                                      : "ΙΎιότητες ΕικόΜας...",
15        "Modify Link"                                           : "΀ροποποίηση συΜΎέσΌου...",
16        "Check Link"                                            : "Έλεγχος συΜΎέσΌωΜ...",
17        "Remove Link"                                           : "Διαγραφή συΜΎέσΌου...",
18        "Cell Properties"                                       : "ΙΎιότητες κελιού...",
19        "Row Properties"                                        : "ΙΎιότητες γραΌΌής...",
20        "Insert Row Before"                                     : "Εισαγωγή γραΌΌής πριΜ",
21        "Insert Row After"                                      : "Εισαγωγή γραΌΌής Όετά",
22        "Delete Row"                                            : "Διαγραφή γραΌΌής",
23        "Table Properties"                                      : "ΙΎιότητες πίΜακα...",
24        "Insert Column Before"                                  : "Εισαγωγή στήλης πριΜ",
25        "Insert Column After"                                   : "Εισαγωγή στήλης Όετά",
26        "Delete Column"                                         : "Διαγραφή στήλης",
27        "Justify Left"                                          : "Στοίχηση Αριστερά",
28        "Justify Center"                                        : "Στοίχηση ΚέΜτρο",
29        "Justify Right"                                         : "Στοίχηση ΔεΟιά",
30        "Justify Full"                                          : "Πλήρης Στοίχηση",
31        "Make link"                                             : "ΔηΌιουργία συΜΎέσΌου...",
32        "Remove the"                                            : "Αφαίρεση",
33        "Element"                                               : "στοιχείου...",
34
35        // Other labels (tooltips and alert/confirm box messages)
36
37        "Please confirm that you want to remove this element:"  : "Είστε βέβαιος πως Ξέλετε Μα αφαιρέσετε το στοιχείο ",
38        "Remove this node from the document"                    : "Αφαίρεση αυτού του ÎºÏŒÎŒÎ²Î¿Ï… Î±Ï€ÏŒ το έγγραφο",
39        "How did you get here? (Please report!)"                : "Πώς ήρΞατε Όέχρι εΎώ; (ΠαρακαλούΌε αΜαφέρετε το!)",
40        "Show the image properties dialog"                      : "ΕΌφάΜιση Ύιαλόγου ÎŒÎµ τις ΙΎιότητες εικόΜας",
41        "Modify URL"                                            : "΀ροποποίηση URL",
42        "Current URL is"                                        : "΀ο τρέχωΜ URL είΜαι",
43        "Opens this link in a new window"                       : "ΑΜοίγει αυτό τοΜ σύΜΎεσΌο σε έΜα Μέο παράΞυρο",
44        "Please confirm that you want to unlink this element."  : "Είστε βέβαιος πως Ξέλετε Μα αφαιρέσετε τοΜ σύΜΎεσΌο από αυτό το στοιχείο:",
45        "Link points to:"                                       : "Ο σύΜΎεΌος οΎηγεί εΎώ:",
46        "Unlink the current element"                            : "Αφαίρεση συΜΎέσΌου Î±Ï€ÏŒ το παρώΜ στοιχείο",
47        "Show the Table Cell Properties dialog"                 : "ΕΌφάΜιση Ύιαλόγου ÎŒÎµ τις ΙΎιότητες κελιού ΠίΜακα",
48        "Show the Table Row Properties dialog"                  : "ΕΌφάΜιση Ύιαλόγου ÎŒÎµ τις ΙΎιότητες γραΌΌής ΠίΜακα",
49        "Insert a new row before the current one"               : "Εισαγωγή Όιας Μέας γραΌΌής πριΜ τηΜ επιλεγΌέΜη",
50        "Insert a new row after the current one"                : "Εισαγωγή Όιας Μέας γραΌΌής Όετά τηΜ επιλεγΌέΜη",
51        "Delete the current row"                                : "Διαγραφή επιλεγΌέΜης γραΌΌής",
52        "Show the Table Properties dialog"                      : "ΕΌφάΜιση Ύιαλόγου ÎŒÎµ τις ΙΎιότητες ΠίΜακα",
53        "Insert a new column before the current one"            : "Εισαγωγή Μέας στήλης πριΜ τηΜ επιλεγΌέΜη",
54        "Insert a new column after the current one"             : "Εισαγωγή Μέας στήλης Όετά τηΜ επιλεγΌέΜη",
55        "Delete the current column"                             : "Διαγραφή επιλεγΌέΜης στήλης",
56        "Create a link"                                         : "ΔηΌιουργία συΜΎέσΌου"
57};
Note: See TracBrowser for help on using the repository browser.