blob: 6721f2ce074b7ff8a14abfc8cf3b4e211427d08c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<!--
# Translator(s):
#
# purica <haliciu@gmail.com>
# turcan <nicturcan@gmail.com>
# Alexandru Szasz <alexxed@gmail.com>
#
-->
<!--
# Reviewer(s):
#
# Alexandru Szasz <alexxed@gmail.com>
#
-->
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Title -->
<!ENTITY addressbookWindow.title "Contacte">
<!-- Menus: the . means that the menu item isn't implemented yet -->
<!-- File Menu -->
<!ENTITY newContact.label "Contact…">
<!-- LOCALIZATION NOTE (newContact.accesskey) : DONT_TRANSLATE -->
<!ENTITY newContact.accesskey "C">
<!ENTITY newListCmd.label "O listă nouă de expediție…">
<!-- LOCALIZATION NOTE (newListCmd.accesskey) : DONT_TRANSLATE -->
<!ENTITY newListCmd.accesskey "l">
<!ENTITY newAddressBookCmd.label "o nouă listă de contacte…">
<!ENTITY newAddressBookCmd.accesskey "o">
<!ENTITY newLDAPDirectoryCmd.label "un nou director LDAP…">
<!-- LOCALIZATION NOTE (newLDAPDirectoryCmd.accesskey) : DONT_TRANSLATE -->
<!ENTITY newLDAPDirectoryCmd.accesskey "d">
<!ENTITY newIM.label "IM">
<!ENTITY printContactViewCmd.label "Tipărește contactul…">
<!ENTITY printContactViewCmd.accesskey "p">
<!ENTITY printContactViewCmd.key "P">
<!ENTITY printPreviewContactViewCmd.label "Previzualizare tipărire contact">
<!ENTITY printPreviewContactViewCmd.accesskey "v">
<!ENTITY printAddressBook.label "Tipărește agenda de contacte…">
<!ENTITY printAddressBook.accesskey "a">
<!ENTITY printPreviewAddressBook.label "Previz. imprimare carte adrese">
<!ENTITY printPreviewAddressBook.accesskey "P">
<!-- Edit Menu -->
<!ENTITY deleteAbCmd.label "Șterge agenda de contacte">
<!ENTITY deleteContactCmd.label "Șterge contactul">
<!ENTITY deleteContactsCmd.label "Delete Selected Contacts">
<!ENTITY deleteListCmd.label "Șterge lista">
<!ENTITY deleteListsCmd.label "Delete Selected Lists">
<!ENTITY deleteItemsCmd.label "Delete Selected Items">
<!ENTITY swapFirstNameLastNameCmd.label "Interschimbă numele cu prenumele">
<!ENTITY swapFirstNameLastNameCmd.accesskey "I">
<!ENTITY propertiesCmd.label "Proprietăți…">
<!-- LOCALIZATION NOTE (propertiesCmd.accesskey) : DONT_TRANSLATE -->
<!ENTITY propertiesCmd.accesskey "i">
<!ENTITY propertiesCmd.key "C">
<!-- View Menu -->
<!ENTITY showAbToolbarCmd.label "Bara Agendă">
<!ENTITY showAbToolbarCmd.accesskey "B">
<!ENTITY menu_ShowNameAs.label "Afișează numele în forma">
<!ENTITY menu_ShowNameAs.accesskey "A">
<!ENTITY firstLastCmd.label "First Last">
<!ENTITY firstLastCmd.accesskey "F">
<!ENTITY lastFirstCmd.label "Nume, Prenume">
<!ENTITY lastFirstCmd.accesskey "N">
<!ENTITY displayNameCmd.label "Nume de afișat">
<!ENTITY displayNameCmd.accesskey "d">
<!-- Tasks Menu -->
<!ENTITY importCmd.label "Importă…">
<!ENTITY importCmd.accesskey "I">
<!ENTITY exportCmd.label "Exportă...">
<!ENTITY exportCmd.accesskey "E">
<!-- Toolbar and Popup items -->
<!ENTITY newContactButton.label "Contact nou">
<!ENTITY newContactButton.accesskey "C">
<!ENTITY newlistButton.label "Listă nouă">
<!ENTITY newlistButton.accesskey "L">
<!ENTITY editItemButton.label "Proprietăți">
<!ENTITY editItemButton.accesskey "P">
<!ENTITY newmsgButton.label "Compune">
<!ENTITY newmsgButton.accesskey "C">
<!ENTITY deleteItemButton.label "Șterge elementul">
<!ENTITY deleteItemButton.accesskey "t">
<!ENTITY newimButton.label "Mesaj instantaneu">
<!ENTITY newimButton.accesskey "i">
<!ENTITY searchNameAndEmail.placeholder "Search Name and Email">
<!ENTITY searchBox.title "Search">
<!-- Tooltips -->
<!ENTITY addressbookToolbar.tooltip "Bara Agendă">
<!ENTITY newContactButton.tooltip "Creează un nou contact în agendă">
<!ENTITY newlistButton.tooltip "Creează o nouă listă">
<!ENTITY editItemButton.tooltip "Editează elementul selectat">
<!ENTITY newmsgButton.tooltip "Trimite un mesaj e-mail">
<!ENTITY newIM.tooltip "Trimite un mesaj instantaneu sau conversează prin chat">
<!ENTITY deleteItemButton.tooltip "Șterge elementul selectat">
<!ENTITY advancedButton.tooltip "Căutare avansată în agendă">
<!-- Dir Tree header -->
<!ENTITY dirTreeHeader.label "Address Books">
<!-- Card Summary Pane -->
<!-- Status Bar -->
<!ENTITY statusText.label "">
<!-- LOCALIZATION NOTE (hideSwapFnLnUI) : DONT_TRANSLATE -->
<!-- Swap FN/LN UI Set to "false" to show swap fn/ln UI -->
<!ENTITY hideSwapFnLnUI "true">
|