#!/bin/bash
set -e

sed -e '
s/$/<\/string>/
s/ /">/
s/^/  <string name="/
' -i "${@}"

exit 0
