CTAssetsPicker.strings 5.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. //
  2. // CTAssetsPicker.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright (c) 2017 TWS. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. /* Navigation bar buttons */
  23. "Cancel" = "Άκυρο";
  24. "Done" = "Ολοκληρώθηκε";
  25. /* Default title */
  26. "Photos" = "Φωτογραφίες";
  27. /* No. of selected */
  28. "%@ Photo Selected" = "%@ φωτογραφία επιλέχθηκε";
  29. "%@ Photos Selected" = "%@ φωτογραφίες επιλέχθηκαν";
  30. "%@ Video Selected" = "%@ βίντεο επιλέχθηκε";
  31. "%@ Videos Selected" = "%@ βίντεο επιλέχθηκαν";
  32. "%@ Items Selected" = "%@ Items Selected";
  33. /* Grid view footer */
  34. "%@ Photos" = "%@ φωτογραφίες";
  35. "%@ Videos" = "%@ βίντεο";
  36. "%@ Photos, %@ Videos" = "%1$@ Photos, %2$@ Videos";
  37. /* Assets index */
  38. "%@ of %@" = "%1$@ από %2$@";
  39. /* Messages if privacy is not granted */
  40. "This app does not have access to your photos or videos." = "Αυτή η εφαρμογή δεν έχει πρόσβαση στις φωτογραφίες ή τα βίντεό σας.";
  41. "You can enable access in Privacy Settings." = "Μπορείτε να ενεργοποιήσετε την πρόσβαση στις Ρυθμίσεις Ιδιωτικότητας.";
  42. /* Messages if no assets */
  43. "No Photos or Videos" = "Καμία φωτογραφία ή βίντεο";
  44. /* The parameter will be replaced by the device model name */
  45. "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "Μπορείτε να βγάζετε φωτογραφίες και βίντεο με την χρήση της κάμερας ή να συγχρονίζετε φωτογραφίες και βίντεο στο %@\nχρησιμοποιώντας το iTunes.";
  46. "You can sync photos and videos onto your %@ using iTunes." = "Μπορείτε να συγχρονίσετε τις φωτογραφίες και τα βίντεο στο %@ χρησιμοποιώντας το iTunes.";
  47. /* Accessibility labels */
  48. "Play" = "Αναπαραγωγή";
  49. "Select" = "Επιλογή";
  50. "Deselect" = "Αποεπιλογή";
  51. /* Video duration spell out */
  52. "hours" = "ώρες";
  53. "hour" = "ώρα";
  54. "minutes" = "λεπτά";
  55. "minute" = "λεπτό";
  56. "seconds" = "δευτερόλεπτα";
  57. "second" = "δευτερόλεπτο";
  58. /* Error message of playing stream video */
  59. "Cannot Play Stream Video" = "Αδυναμία αναπαραγωγής ροής βίντεο";
  60. "OK" = "OK";