blob: 1704c530969e63ec3385580a0a8a499fe8130d92 (
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
|
# 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/.
app-manager-window2 =
.title = Λεπτομέρειες εφαρμογής
.style = min-width: 33em; min-height: 20em;
app-manager-remove =
.label = Αφαίρεση
.accesskey = ρ
# Variables:
# $type (String) - the URI scheme of the link (e.g. mailto:)
app-manager-handle-protocol = Οι ακόλουθες εφαρμογές μπορούν να χρησιμοποιηθούν για το χειρισμό { $type } συνδέσμων.
# Variables:
# $type (String) - the MIME type (e.g. application/binary)
app-manager-handle-file = Οι ακόλουθες εφαρμογές μπορούν να χρησιμοποιηθούν για το χειρισμό { $type } περιεχομένου.
## These strings are followed, on a new line,
## by the URL or path of the application.
app-manager-web-app-info = Αυτή η διαδικτυακή εφαρμογή φιλοξενείται στο:
app-manager-local-app-info = Αυτή η εφαρμογή βρίσκεται στο:
|