This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24ed13e
commit 91bbb64
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
OC.L10N.register( | ||
"files_rightclick", | ||
{ | ||
"Unselect" : "Αναίρεση επιλογής", | ||
"Share " : "Διαμοιρασμός", | ||
"Select" : "Επιλογή", | ||
"Copied !" : "Αντιγράφηκε !", | ||
"Right click" : "Δεξί κλικ", | ||
"Right click menu for Nextcloud" : "Μενού δεξί κλικ για το Nextcloud", | ||
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Αυτή η εφαρμογή επιτρέπει στους χρήστες και στους προγραμματιστές να έχουν ένα μενού δεξί κλικ. Απλά χρησιμοποιήστε το αντικείμενο RightClick για να δημιουργήσετε γρήγορα μενού περιβάλλοντος. Η εφαρμογή \"Αρχεία\" εμφανίζει ήδη το μενού ενεργειών όταν κάνετε δεξί κλικ σε αρχεία και φακέλους." | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ "translations": { | ||
"Unselect" : "Αναίρεση επιλογής", | ||
"Share " : "Διαμοιρασμός", | ||
"Select" : "Επιλογή", | ||
"Copied !" : "Αντιγράφηκε !", | ||
"Right click" : "Δεξί κλικ", | ||
"Right click menu for Nextcloud" : "Μενού δεξί κλικ για το Nextcloud", | ||
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Αυτή η εφαρμογή επιτρέπει στους χρήστες και στους προγραμματιστές να έχουν ένα μενού δεξί κλικ. Απλά χρησιμοποιήστε το αντικείμενο RightClick για να δημιουργήσετε γρήγορα μενού περιβάλλοντος. Η εφαρμογή \"Αρχεία\" εμφανίζει ήδη το μενού ενεργειών όταν κάνετε δεξί κλικ σε αρχεία και φακέλους." | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |