summaryrefslogtreecommitdiffstats
path: root/doubletapplayerview/src/main/res/values-ar/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doubletapplayerview/src/main/res/values-ar/plurals.xml')
-rw-r--r--doubletapplayerview/src/main/res/values-ar/plurals.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doubletapplayerview/src/main/res/values-ar/plurals.xml b/doubletapplayerview/src/main/res/values-ar/plurals.xml
new file mode 100644
index 000000000..1dc70d26c
--- /dev/null
+++ b/doubletapplayerview/src/main/res/values-ar/plurals.xml
@@ -0,0 +1,10 @@
+<resources>
+ <plurals name="quick_seek_x_second">
+ <item quantity="other">%d ثانية</item>
+ <item quantity="zero">%d ثانية</item>
+ <item quantity="one">ثانية واحدة (%d)</item>
+ <item quantity="two">ثانيتان (%d)</item>
+ <item quantity="few">%d ثوانٍ</item>
+ <item quantity="many">%d ثانية</item>
+ </plurals>
+</resources> \ No newline at end of file