aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-el-rGR/strings.xml
blob: e9d1a779cd9efab6017bd027ddf7c84d17ba98cb (plain) (blame)
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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="delete_error">
        <item quantity="one">Δεν είναι δυνατή η διαγραφή του %d tunnel: %s</item>
        <item quantity="other">Δεν είναι δυνατή η διαγραφή %d tunnels: %s</item>
    </plurals>
    <plurals name="delete_success">
        <item quantity="one">Το %d tunnel διαγράφηκε με επιτυχία</item>
        <item quantity="other">Διαγράφηκαν επιτυχώς τα %d tunnels</item>
    </plurals>
    <plurals name="delete_title">
        <item quantity="one">%d επιλεγμένο tunnel</item>
        <item quantity="other">%d επιλεγμένα tunnels</item>
    </plurals>
    <plurals name="import_partial_success">
        <item quantity="one">Έγινε εισαγωγή %1$d από %2$d tunnels</item>
        <item quantity="other">Έγινε εισαγωγή %1$d από %2$d tunnels</item>
    </plurals>
    <plurals name="import_total_success">
        <item quantity="one">Εισαγωγή tunnel %d</item>
        <item quantity="other">Εισαγωγή tunnels %d</item>
    </plurals>
    <plurals name="set_excluded_applications">
        <item quantity="one">%d Εξαιρούμενη εφαρμογή</item>
        <item quantity="other">%d Εξαιρούμενες εφαρμογές</item>
    </plurals>
    <plurals name="set_included_applications">
        <item quantity="one">%d Συμπεριλαμβανόμενη εφαρμογή</item>
        <item quantity="other">%d Συμπεριλαμβανόμενες εφαρμογές</item>
    </plurals>
    <plurals name="n_excluded_applications">
        <item quantity="one">εξαιρέθηκε %d</item>
        <item quantity="other">εξαιρέθηκε %d</item>
    </plurals>
    <plurals name="n_included_applications">
        <item quantity="one">περιλαμβάνεται %d</item>
        <item quantity="other">περιλαμβάνεται %d</item>
    </plurals>
    <string name="all_applications">Όλες οι εφαρμογές</string>
    <string name="exclude_from_tunnel">Εξαίρεση</string>
    <string name="include_in_tunnel">Συμπεριλάβετε μόνο</string>
    <plurals name="include_n_applications">
        <item quantity="one">Συμπερίληψη %d app</item>
        <item quantity="other">Συμπερίληψη %d apps</item>
    </plurals>
    <plurals name="exclude_n_applications">
        <item quantity="one">Εξαίρεση %d app</item>
        <item quantity="other">Εξαίρεση %d apps</item>
    </plurals>
    <plurals name="persistent_keepalive_seconds_unit">
        <item quantity="one">κάθε δευτερόλεπτο</item>
        <item quantity="other">κάθε %d δευτερόλεπτα</item>
    </plurals>
    <plurals name="persistent_keepalive_seconds_suffix">
        <item quantity="one">δευτερόλεπτο</item>
        <item quantity="other">δευτερόλεπτα</item>
    </plurals>
    <string name="use_all_applications">Χρησιμοποίησε όλες τις εφαρμογές</string>
    <string name="add_peer">Προσθήκη peer</string>
    <string name="addresses">Διευθύνσεις</string>
    <string name="applications">Εφαρμογές</string>
</resources>