9 lines
673 B
JavaScript
9 lines
673 B
JavaScript
|
OC.L10N.register(
|
|||
|
"federatedfilesharing",
|
|||
|
{
|
|||
|
"Invalid Federated Cloud ID" : "Μη έγκυρο Federated Cloud ID",
|
|||
|
"Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s",
|
|||
|
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Αποτυχία διαμοιρασμού %s, δεν βρέθηκε το %s, μπορεί ο διακομιστής να είναι προσωρινά απροσπέλαστος."
|
|||
|
},
|
|||
|
"nplurals=2; plural=(n != 1);");
|