mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Fix translations
This commit is contained in:
parent
4112776d2c
commit
9b56ee3b2c
9 changed files with 43 additions and 41 deletions
|
@ -12,7 +12,6 @@
|
|||
<entry name="!?*.flex" />
|
||||
<entry name="!?*.kt" />
|
||||
<entry name="!?*.clj" />
|
||||
<entry name="!?*.aj" />
|
||||
</wildcardResourcePatterns>
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="false">
|
||||
|
@ -20,4 +19,4 @@
|
|||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
|
@ -5,7 +5,7 @@
|
|||
<GradleProjectSettings>
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="1.7" />
|
||||
<option name="gradleJvm" value="1.8" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
|
@ -15,4 +15,4 @@
|
|||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
|
@ -1,31 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EntryPointsManager">
|
||||
<entry_points version="2.0" />
|
||||
</component>
|
||||
<component name="NullableNotNullManager">
|
||||
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
|
||||
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
|
||||
<option name="myNullables">
|
||||
<value>
|
||||
<list size="4">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
|
||||
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
|
||||
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myNotNulls">
|
||||
<value>
|
||||
<list size="4">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
|
||||
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
|
||||
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<component name="ProjectInspectionProfilesVisibleTreeState">
|
||||
<entry key="Project Default">
|
||||
<profile-state>
|
||||
<expanded-state>
|
||||
<State>
|
||||
<id />
|
||||
</State>
|
||||
</expanded-state>
|
||||
<selected-state>
|
||||
<State>
|
||||
<id>Abstraction issues</id>
|
||||
</State>
|
||||
</selected-state>
|
||||
</profile-state>
|
||||
</entry>
|
||||
</component>
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
||||
<OptionsSetting value="true" id="Add" />
|
||||
|
@ -37,11 +26,26 @@
|
|||
<ConfirmationsSetting value="0" id="Add" />
|
||||
<ConfirmationsSetting value="0" id="Remove" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true"
|
||||
jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
<state key="ProjectJDKs.UI">
|
||||
<settings>
|
||||
<last-edited>1.8</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
</states>
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
<mapping directory="" vcs="" />
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
|
@ -77,7 +77,6 @@
|
|||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/release" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
|
||||
|
@ -94,4 +93,4 @@
|
|||
<orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
|
||||
<orderEntry type="library" exported="" name="design-23.1.1" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
</module>
|
|
@ -62,7 +62,7 @@
|
|||
<string name="about_developers_title">Entwickler</string>
|
||||
<string name="about_developers">Stefan Niedermann, HeaDBanGer84</string>
|
||||
<string name="about_translators_title">Übersetzer</string>
|
||||
<string name="about_translators">pejakm (Serbe), ageru (Français (France))</string>
|
||||
<string name="about_translators">pejakm (Serbe), ageru (Français (France)), proninyaroslav (Russian)</string>
|
||||
<string name="about_testers_title">Tester</string>
|
||||
<string name="about_testers">Jan C. Borchardt</string>
|
||||
<string name="about_source_title">Quellcode</string>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<string name="about_developers_title">Developpeurs</string>
|
||||
<string name="about_developers">Stefan Niedermann, HeaDBanGer84</string>
|
||||
<string name="about_translators_title">Traducteurs</string>
|
||||
<string name="about_translators">pejakm (Serbe), ageru (Français (France))</string>
|
||||
<string name="about_translators">pejakm (Serbe), ageru (Français (France)), proninyaroslav (Russian)</string>
|
||||
<string name="about_testers_title">Testeurs</string>
|
||||
<string name="about_testers">Jan C. Borchardt</string>
|
||||
<string name="about_source_title">Code source</string>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<string name="about_developers_title">ծրագրավորող</string>
|
||||
<string name="about_developers">Stefan Niedermann, HeaDBanGer84</string>
|
||||
<string name="about_translators_title">թարգմանիչ</string>
|
||||
<string name="about_translators">Արթուր Դավթյան, ageru (Français (France))</string>
|
||||
<string name="about_translators">Արթուր Դավթյան, ageru (Français (France)), proninyaroslav (Russian)</string>
|
||||
<string name="about_testers_title">թեսթավորող</string>
|
||||
<string name="about_testers">Jan C. Borchardt</string>
|
||||
<string name="about_source_title">ծրագրի կոդը</string>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<string name="about_developers_title">Програмери</string>
|
||||
<string name="about_developers">Стефан Нидерман (Stefan Niedermann), HeaDBanGer84</string>
|
||||
<string name="about_translators_title">Преводиоци</string>
|
||||
<string name="about_translators">Младен Пејаковић (српски), ageru (Français (France))</string>
|
||||
<string name="about_translators">Младен Пејаковић (српски), ageru (Français (France)), proninyaroslav (Russian)</string>
|
||||
<string name="about_testers_title">Тестери</string>
|
||||
<string name="about_testers">Јан Борхарт (Jan C. Borchardt)</string>
|
||||
<string name="about_source_title">Изворни кôд</string>
|
||||
|
|
Loading…
Reference in a new issue