Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e615c645 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch 'epic13-s-bringup' into 'v1-s'

DocumentsUI: add gitlab ci

See merge request !33
parents 0d050d3a a8993aa1
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
stages:
  - update-from-upstream

include:
  - project: 'e/templates'
    ref: master
    file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml'
+2 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@
    <string name="downloads_label">Downloads</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="app_label">@string/files_label</string>
    <string name="app_label" translateable="false">@string/files_label</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="launcher_label">@string/files_label</string>
    <string name="launcher_label" translateable="false">@string/files_label</string>

    <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
    <string name="title_open">Open from</string>