mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
13 lines
950 B
JavaScript
13 lines
950 B
JavaScript
OC.L10N.register(
|
||
"profile",
|
||
{
|
||
"Edit Profile" : "Επεξεργασία προφίλ",
|
||
"The headline and about sections will show up here" : "Ο \"τίτλος\" και οι ενότητες \"σχετικά με\" θα εμφανιστούν εδώ",
|
||
"You have not added any info yet" : "Δεν έχετε προσθέσει ακόμα πληροφορίες",
|
||
"Error opening the user status modal, try hard refreshing the page" : "Σφάλμα κατά το άνοιγμα της κατάστασης χρήστη, δοκιμάστε να ανανεώσετε τη σελίδα",
|
||
"{user} has not added any info yet" : "{user} δεν έχει προσθέσει ακόμη πληροφορίες",
|
||
"Profile not found" : "Το προφίλ δε βρέθηκε",
|
||
"The profile does not exist." : "Το προφίλ δεν υπάρχει.",
|
||
"Back to %s" : "Πίσω στο %s"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|